Interface IFormFunctionReplacer
- 
- All Known Implementing Classes:
 DefaultFormFunctionReplacer
public interface IFormFunctionReplacerInterface for an form field functions replacer- Author:
 - XIMA MEDIA GmbH, Dresden
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringreplace(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
 
 
 - 
 
 -