Uses of Interface
de.xima.fc.interfaces.placeholder.params.ISystemReplacerParams
- 
- 
Uses of ISystemReplacerParams in de.xima.fc.interfaces.placeholder
Methods in de.xima.fc.interfaces.placeholder with parameters of type ISystemReplacerParams Modifier and Type Method Description default StringISystemValueReplacer. replace(IEntityContext ec, String placeholder, String placeholderContent, ISystemReplacerParams parameters)Deprecated.StringISystemValueReplacer. replace(String placeholder, String placeholderContent, ISystemReplacerParams parameters) - 
Uses of ISystemReplacerParams in de.xima.fc.interfaces.placeholder.params
Subinterfaces of ISystemReplacerParams in de.xima.fc.interfaces.placeholder.params Modifier and Type Interface Description interfaceIPlaceholderValueParamsInterface for placeholder params that implements all interfaces for the different placeholder types. - 
Uses of ISystemReplacerParams in de.xima.fc.interfaces.plugin.param.replacer
Methods in de.xima.fc.interfaces.plugin.param.replacer that return ISystemReplacerParams Modifier and Type Method Description ISystemReplacerParamsIPluginSystemReplacerParams. getReplacerParams() - 
Uses of ISystemReplacerParams in de.xima.fc.mdl.placeholder
Classes in de.xima.fc.mdl.placeholder that implement ISystemReplacerParams Modifier and Type Class Description classDefaultReplacerParameters - 
Uses of ISystemReplacerParams in de.xima.fc.placeholder
Methods in de.xima.fc.placeholder with parameters of type ISystemReplacerParams Modifier and Type Method Description static StringPlaceholderReplacer. parseForSystemAttributes(IEntityContext ec, String text, ISystemReplacerParams parameters)Deprecated.static StringPlaceholderReplacer. parseForSystemAttributes(String text, ISystemReplacerParams parameters) - 
Uses of ISystemReplacerParams in de.xima.fc.placeholder.replacer
Methods in de.xima.fc.placeholder.replacer with parameters of type ISystemReplacerParams Modifier and Type Method Description StringDefaultSystemValueReplacer. replace(String placeholder, String placeholderContent, ISystemReplacerParams parameters) - 
Uses of ISystemReplacerParams in de.xima.fc.plugin.models.params.replacer
Methods in de.xima.fc.plugin.models.params.replacer that return ISystemReplacerParams Modifier and Type Method Description ISystemReplacerParamsPluginSystemReplacerParams. getReplacerParams()Constructors in de.xima.fc.plugin.models.params.replacer with parameters of type ISystemReplacerParams Constructor Description PluginSystemReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, ISystemReplacerParams parameters) 
 -