Class DefaultSystemValueReplacer
java.lang.Object
de.xima.fc.placeholder.replacer.DefaultSystemValueReplacer
- All Implemented Interfaces:
ISystemValueReplacer
Default
system value replacer implementation provided by formcycle that is always
available. Replaces all built-in system placeholders.- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreplace(String placeholder, String placeholderContent, ISystemReplacerParams parameters) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ISystemValueReplacer
replace, replace, replace
-
Constructor Details
-
DefaultSystemValueReplacer
public DefaultSystemValueReplacer()
-
-
Method Details
-
replace
public String replace(String placeholder, String placeholderContent, ISystemReplacerParams parameters) - Specified by:
replacein interfaceISystemValueReplacer
-