Interface IContextReplacerParams.IValueReplacer

Enclosing interface:
IContextReplacerParams

public static interface IContextReplacerParams.IValueReplacer
Replacer for the placeholder of a specific context, used by IContextReplacerParams.getReplacerMap().
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    replace(String orgPlaceholder, String orgPlaceholderContent, String contextPlaceholderContent)
     
  • Method Details