Package de.xima.fc.placeholder.replacer
Class DefaultSystemValueReplacer
- java.lang.Object
-
- de.xima.fc.placeholder.replacer.DefaultSystemValueReplacer
-
- All Implemented Interfaces:
ISystemValueReplacer
public class DefaultSystemValueReplacer extends Object implements ISystemValueReplacer
Defaultsystem value replacer
implementation provided by formcycle that is always available. Replaces all built-in system placeholders.- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description DefaultSystemValueReplacer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
replace(String placeholder, String placeholderContent, ISystemReplacerParams 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.ISystemValueReplacer
replace, replace, replace
-
-
-
-
Method Detail
-
replace
public String replace(String placeholder, String placeholderContent, ISystemReplacerParams parameters)
- Specified by:
replace
in interfaceISystemValueReplacer
-
-