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 String
ISystemValueReplacer. replace(IEntityContext ec, String placeholder, String placeholderContent, ISystemReplacerParams parameters)
Deprecated.String
ISystemValueReplacer. 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 interface
IPlaceholderValueParams
Interface for placeholder params that implements all interfaces for the different placeholder types. -
Uses of ISystemReplacerParams in de.xima.fc.mdl.placeholder
Classes in de.xima.fc.mdl.placeholder that implement ISystemReplacerParams Modifier and Type Class Description class
DefaultReplacerParameters
-
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 String
PlaceholderReplacer. parseForSystemAttributes(IEntityContext ec, String text, ISystemReplacerParams parameters)
Deprecated.static String
PlaceholderReplacer. 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 String
DefaultSystemValueReplacer. replace(String placeholder, String placeholderContent, ISystemReplacerParams parameters)
-
Uses of ISystemReplacerParams in de.xima.fc.plugin.models.params.replacer
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)
-