Uses of Interface
de.xima.fc.interfaces.placeholder.params.IContextReplacerParams
Packages that use IContextReplacerParams
Package
Description
-
Uses of IContextReplacerParams in de.xima.fc.interfaces.placeholder
Methods in de.xima.fc.interfaces.placeholder with parameters of type IContextReplacerParamsModifier and TypeMethodDescriptiondefault String
IContextValueReplacer.replace
(IEntityContext ec, String placeholder, String placeholderContent, IContextReplacerParams parameters) Deprecated.IContextValueReplacer.replace
(String placeholder, String placeholderContent, IContextReplacerParams parameters) -
Uses of IContextReplacerParams in de.xima.fc.interfaces.placeholder.params
Subinterfaces of IContextReplacerParams in de.xima.fc.interfaces.placeholder.paramsModifier and TypeInterfaceDescriptioninterface
Interface for placeholder params that implements all interfaces for the different placeholder types. -
Uses of IContextReplacerParams in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IContextReplacerParamsModifier and TypeMethodDescriptionIWorkflowPlaceholderHandler.createReplacerParams
(IContextReplacerParams contextParams) Creates aDefaultReplacerParameters
with the given replacer context.IWorkflowPlaceholderHandler.replaceAll
(String text, IPlaceholderEscaper syntax, IContextReplacerParams contextParams) Replaces all placeholders in the given string, regardless of their type.IWorkflowPlaceholderHandler.replaceContext
(String text, IPlaceholderEscaper syntax, IContextReplacerParams contextParams) Replaces all context placeholders in the given string.void
IWorkflowPlaceholderHandler.replaceStringFields
(Object model, IContextReplacerParams contextParams) Replaces all placeholders in the fields of given model, provided they are annotated withPlaceholder
. -
Uses of IContextReplacerParams in de.xima.fc.mdl.placeholder
Classes in de.xima.fc.mdl.placeholder that implement IContextReplacerParams -
Uses of IContextReplacerParams in de.xima.fc.placeholder
Methods in de.xima.fc.placeholder with parameters of type IContextReplacerParamsModifier and TypeMethodDescriptionstatic String
PlaceholderReplacer.parseForContextValues
(IEntityContext ec, String text, IContextReplacerParams parameters) Deprecated.static String
PlaceholderReplacer.parseForContextValues
(String text, IContextReplacerParams parameters) static String
PlaceholderReplacer.replaceSessionValues
(IEntityContext ec, String placeholder, String placeholderContent, IContextReplacerParams parameters, String contextPath) Deprecated.static String
PlaceholderReplacer.replaceSessionValues
(String placeholder, String placeholderContent, IContextReplacerParams parameters, String contextPath) Deprecated. -
Uses of IContextReplacerParams in de.xima.fc.placeholder.replacer
Methods in de.xima.fc.placeholder.replacer with parameters of type IContextReplacerParamsModifier and TypeMethodDescriptionDefaultContextValueReplacer.replace
(String placeholder, String placeholderContent, IContextReplacerParams parameters)