Interface IFormFunctionReplacer
- All Known Implementing Classes:
DefaultFormFunctionReplacer
public interface IFormFunctionReplacer
Interface for an form field functions replacer
- Author:
- XIMA MEDIA GmbH, Dresden
-
Method Summary
Modifier and TypeMethodDescriptionreplace(String placeholder, String placeholderContent, IFormReplacerParams parameters) Replaces the form field function
-
Method Details
-
replace
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
-