Uses of Interface
de.xima.fc.interfaces.placeholder.params.ISystemReplacerParams
Packages that use ISystemReplacerParams
Package
Description
- 
Uses of ISystemReplacerParams in de.xima.fc.interfaces.placeholder
Methods in de.xima.fc.interfaces.placeholder with parameters of type ISystemReplacerParamsModifier and TypeMethodDescriptiondefault StringISystemValueReplacer.replace(IEntityContext ec, String placeholder, String placeholderContent, ISystemReplacerParams parameters) Deprecated.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.paramsModifier and TypeInterfaceDescriptioninterfaceInterface 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 - 
Uses of ISystemReplacerParams in de.xima.fc.mdl.placeholder
Classes in de.xima.fc.mdl.placeholder that implement ISystemReplacerParams - 
Uses of ISystemReplacerParams in de.xima.fc.placeholder
Methods in de.xima.fc.placeholder with parameters of type ISystemReplacerParamsModifier and TypeMethodDescriptionstatic 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 ISystemReplacerParamsModifier and TypeMethodDescriptionDefaultSystemValueReplacer.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 ISystemReplacerParamsConstructors in de.xima.fc.plugin.models.params.replacer with parameters of type ISystemReplacerParamsModifierConstructorDescriptionPluginSystemReplacerParams(IEntityContext ec, String placeholder, String placeholderContent, ISystemReplacerParams parameters)