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
Defaultcontext value replacerimplementation provided by formcycle that is always available. Replaces all placeholders according to thecustom context parameters.- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DefaultContextValueReplacer() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringreplace(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:
 replacein interfaceIContextValueReplacer
 
 - 
 
 -