Interface IFormFunctionReplacer
- All Known Implementing Classes:
- DefaultFormFunctionReplacer
public interface IFormFunctionReplacer
Interface for an form field functions replacer
- Author:
- XIMA MEDIA GmbH, Dresden
- 
Method SummaryModifier and TypeMethodDescriptionreplace(String placeholder, String placeholderContent, IFormReplacerParams parameters) Replaces the form field function
- 
Method Details- 
replaceReplaces the form field function- Parameters:
- placeholder- the complete placeholder
- placeholderContent- the content of the placeholder
- parameters- the replacer parameters
- Returns:
- the replaced value or the original placeholder
 
 
-