Class DefaultTemplateValueReplacer
java.lang.Object
de.xima.fc.placeholder.replacer.DefaultTemplateValueReplacer
- All Implemented Interfaces:
ITemplateValueReplacer
Default
template value replacer implementation provided by formcycle that is always
available. Replaces all template placeholders with the content of the corresponding text
template.- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreplace(String placeholder, String placeholderContent, ITemplateReplacerParams parameters) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ITemplateValueReplacer
replace, replace
-
Constructor Details
-
DefaultTemplateValueReplacer
public DefaultTemplateValueReplacer()
-
-
Method Details
-
replace
public String replace(String placeholder, String placeholderContent, ITemplateReplacerParams parameters) - Specified by:
replacein interfaceITemplateValueReplacer
-