Package de.xima.fc.placeholder.replacer
Class DefaultFormFunctionReplacer
java.lang.Object
de.xima.fc.placeholder.replacer.DefaultFormFunctionReplacer
- All Implemented Interfaces:
IFormFunctionReplacer
Default
form value replacer
implementation provided by formcycle that is always
available. Replaces all built-in form functions
.- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreplace
(String placeholder, String placeholderContent, IFormReplacerParams parameters) Replaces the form field function
-
Constructor Details
-
DefaultFormFunctionReplacer
public DefaultFormFunctionReplacer()
-
-
Method Details
-
replace
public String replace(String placeholder, String placeholderContent, IFormReplacerParams parameters) Description copied from interface:IFormFunctionReplacer
Replaces the form field function- Specified by:
replace
in interfaceIFormFunctionReplacer
- Parameters:
placeholder
- the complete placeholderplaceholderContent
- the content of the placeholderparameters
- the replacer parameters- Returns:
- the replaced value or the original placeholder
-