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