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

    Modifier and Type
    Method
    Description
    The placeholder escaper, which should applied for the replaced placeholder values before they returned to the document
    default boolean
     
  • Method Details

    • 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()