Uses of Interface
de.xima.fc.interfaces.placeholder.params.IFormValuePostProcessor
Packages that use IFormValuePostProcessor
-
Uses of IFormValuePostProcessor in de.xima.fc.interfaces.placeholder.params
Methods in de.xima.fc.interfaces.placeholder.params that return types with arguments of type IFormValuePostProcessorModifier and TypeMethodDescriptiondefault List<IFormValuePostProcessor> IFormReplacerParams.getFormValuePostProcessors()Gets the optional list of post processors that can be used to modify the form values after they have been resolved, but before they are converted to the result of the placeholder replacement operation. -
Uses of IFormValuePostProcessor in de.xima.fc.mdl.placeholder
Methods in de.xima.fc.mdl.placeholder that return types with arguments of type IFormValuePostProcessorMethods in de.xima.fc.mdl.placeholder with parameters of type IFormValuePostProcessorModifier and TypeMethodDescriptionvoidDefaultReplacerParameters.addFormValuePostProcessor(IFormValuePostProcessor formValuePostProcessor) Adds a post processor that can be used to modify the form values after they have been resolved, but before they are converted to the result of the placeholder replacement operation.Method parameters in de.xima.fc.mdl.placeholder with type arguments of type IFormValuePostProcessorModifier and TypeMethodDescriptionvoidDefaultReplacerParameters.setFormValuePostProcessors(List<IFormValuePostProcessor> formValuePostProcessors) Sets the list of post processors that can be used to modify the form values after they have been resolved, but before they are converted to the result of the placeholder replacement operation.