Package de.xima.fc.placeholder.replacer
Class DefaultTemplateValueReplacer
- java.lang.Object
-
- de.xima.fc.placeholder.replacer.DefaultTemplateValueReplacer
-
- All Implemented Interfaces:
ITemplateValueReplacer
public class DefaultTemplateValueReplacer extends Object implements ITemplateValueReplacer
Defaulttemplate value replacer
implementation provided by formcycle that is always available. Replaces all template placeholders with the content of the correspondingtext template
.- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description DefaultTemplateValueReplacer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
replace(String placeholder, String placeholderContent, ITemplateReplacerParams 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.ITemplateValueReplacer
replace, replace
-
-
-
-
Method Detail
-
replace
public String replace(String placeholder, String placeholderContent, ITemplateReplacerParams parameters)
- Specified by:
replace
in interfaceITemplateValueReplacer
-
-