Interface IReplacerParams
- 
- All Superinterfaces:
 Serializable
- All Known Subinterfaces:
 IContextReplacerParams,IFormReplacerParams,II18nValueReplacerParams,IPlaceholderValueParams,ISessionReplacerParams,ISystemReplacerParams,ITemplateReplacerParams
- All Known Implementing Classes:
 DefaultReplacerParameters
public interface IReplacerParams extends Serializable
- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default IPlaceholderEscapergetEscaper()The placeholder escaper, which should applied for the replaced placeholder values before they returned to the documentdefault booleanisEncodeFormValuesForPlaceholder() 
 - 
 
- 
- 
Method Detail
- 
getEscaper
default IPlaceholderEscaper getEscaper()
The placeholder escaper, which should applied for the replaced placeholder values before they returned to the document- Returns:
 - an instance of 
IPlaceholderEscaper 
 
- 
isEncodeFormValuesForPlaceholder
default boolean isEncodeFormValuesForPlaceholder()
 
 - 
 
 -