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