Package de.xima.fc.placeholder.replacer
Class DefaultContextValueReplacer
java.lang.Object
de.xima.fc.placeholder.replacer.DefaultContextValueReplacer
- All Implemented Interfaces:
IContextValueReplacer
Default
context value replacer implementation provided by formcycle that is always
available. Replaces all placeholders according to the custom context parameters.- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreplace(String placeholder, String placeholderContent, IContextReplacerParams parameters) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.fc.interfaces.placeholder.IContextValueReplacer
replace
-
Constructor Details
-
DefaultContextValueReplacer
public DefaultContextValueReplacer()
-
-
Method Details
-
replace
public String replace(String placeholder, String placeholderContent, IContextReplacerParams parameters) - Specified by:
replacein interfaceIContextValueReplacer
-