Uses of Interface
de.xima.fc.interfaces.placeholder.params.ISessionReplacerParams
- 
- 
Uses of ISessionReplacerParams in de.xima.fc.interfaces.placeholder
Methods in de.xima.fc.interfaces.placeholder with parameters of type ISessionReplacerParams Modifier and Type Method Description default StringISessionValueReplacer. replace(IEntityContext ec, String placeholder, String placeholderContent, ISessionReplacerParams parameters)Deprecated.StringISessionValueReplacer. replace(String placeholder, String placeholderContent, ISessionReplacerParams parameters) - 
Uses of ISessionReplacerParams in de.xima.fc.interfaces.placeholder.params
Subinterfaces of ISessionReplacerParams 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 ISessionReplacerParams in de.xima.fc.mdl.placeholder
Classes in de.xima.fc.mdl.placeholder that implement ISessionReplacerParams Modifier and Type Class Description classDefaultReplacerParameters - 
Uses of ISessionReplacerParams in de.xima.fc.placeholder
Methods in de.xima.fc.placeholder with parameters of type ISessionReplacerParams Modifier and Type Method Description static StringPlaceholderReplacer. parseForSessionValues(IEntityContext ec, String text, ISessionReplacerParams parameters)Deprecated.static StringPlaceholderReplacer. parseForSessionValues(String text, ISessionReplacerParams parameters) - 
Uses of ISessionReplacerParams in de.xima.fc.placeholder.replacer
Methods in de.xima.fc.placeholder.replacer with parameters of type ISessionReplacerParams Modifier and Type Method Description StringDefaultSessionValueReplacer. replace(String placeholder, String placeholderContent, ISessionReplacerParams parameters) - 
Uses of ISessionReplacerParams in de.xima.fc.plugin.models.params.replacer
Constructors in de.xima.fc.plugin.models.params.replacer with parameters of type ISessionReplacerParams Constructor Description PluginSessionReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, ISessionReplacerParams parameters) 
 -