Interface IFormFunctionReplacer
-
- All Known Implementing Classes:
DefaultFormFunctionReplacer
public interface IFormFunctionReplacer
Interface for an form field functions replacer- Author:
- XIMA MEDIA GmbH, Dresden
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
replace(String placeholder, String placeholderContent, IFormReplacerParams parameters)
Replaces the form field function
-
-
-
Method Detail
-
replace
String replace(String placeholder, String placeholderContent, IFormReplacerParams parameters)
Replaces the form field function- Parameters:
placeholder
- the complete placeholderplaceholderContent
- the content of the placeholderparameters
- the replacer parameters- Returns:
- the replaced value or the original placeholder
-
-