Package de.xima.fc.placeholder.replacer
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.xima.fc.interfaces.placeholder.ISessionValueReplacer
replace, replace
-
Constructor Details
-
DefaultSessionValueReplacer
public DefaultSessionValueReplacer()
-
-
Method Details
-
replace
public String replace(String placeholder, String placeholderContent, ISessionReplacerParams parameters) - Specified by:
replace
in interfaceISessionValueReplacer
-