Uses of Interface
de.xima.fc.interfaces.placeholder.params.IFormValuePostProcessor
-
Packages that use IFormValuePostProcessor Package Description de.xima.fc.interfaces.placeholder.params de.xima.fc.mdl.placeholder -
-
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 IFormValuePostProcessor Modifier and Type Method Description default 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 IFormValuePostProcessor Modifier and Type Method Description List<IFormValuePostProcessor>DefaultReplacerParameters. getFormValuePostProcessors()Methods in de.xima.fc.mdl.placeholder with parameters of type IFormValuePostProcessor Modifier and Type Method Description voidDefaultReplacerParameters. 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 IFormValuePostProcessor Modifier and Type Method Description voidDefaultReplacerParameters. 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.
-