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 replacerimplementation 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 Stringreplace(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:IFormFunctionReplacerReplaces the form field function- Specified by:
replacein interfaceIFormFunctionReplacer- Parameters:
placeholder- the complete placeholderplaceholderContent- the content of the placeholderparameters- the replacer parameters- Returns:
- the replaced value or the original placeholder
-
-