Package de.xima.fc.placeholder.replacer
Class DefaultContextValueReplacer
- java.lang.Object
-
- de.xima.fc.placeholder.replacer.DefaultContextValueReplacer
-
- All Implemented Interfaces:
IContextValueReplacer
public class DefaultContextValueReplacer extends Object implements IContextValueReplacer
-
-
Constructor Summary
Constructors Constructor Description DefaultContextValueReplacer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
replace(String placeholder, String placeholderContent, IContextReplacerParams 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.IContextValueReplacer
replace
-
-
-
-
Method Detail
-
replace
public String replace(String placeholder, String placeholderContent, IContextReplacerParams parameters)
- Specified by:
replace
in interfaceIContextValueReplacer
-
-