Package de.xima.fc.placeholder.replacer
Class DefaultFormFunctionReplacer
- java.lang.Object
-
- de.xima.fc.placeholder.replacer.DefaultFormFunctionReplacer
-
- All Implemented Interfaces:
IFormFunctionReplacer
public class DefaultFormFunctionReplacer extends Object implements IFormFunctionReplacer
Defaultform value replacer
implementation provided by formcycle that is always available. Replaces all built-inform functions
.- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description DefaultFormFunctionReplacer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
replace(String placeholder, String placeholderContent, IFormReplacerParams parameters)
Replaces the form field function
-
-
-
Method Detail
-
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
-
-