Uses of Interface
de.xima.fc.interfaces.placeholder.params.IContextReplacerParams
-
-
Uses of IContextReplacerParams in de.xima.fc.interfaces.placeholder
Methods in de.xima.fc.interfaces.placeholder with parameters of type IContextReplacerParams Modifier and Type Method Description default String
IContextValueReplacer. replace(IEntityContext ec, String placeholder, String placeholderContent, IContextReplacerParams parameters)
Deprecated.String
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.params Modifier and Type Interface Description interface
IPlaceholderValueParams
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 IContextReplacerParams Modifier and Type Method Description DefaultReplacerParameters
IWorkflowPlaceholderHandler. createReplacerParams(IContextReplacerParams contextParams)
Creates aDefaultReplacerParameters
with the given replacer context.String
IWorkflowPlaceholderHandler. replaceAll(String text, IPlaceholderEscaper syntax, IContextReplacerParams contextParams)
Replaces all placeholders in the given string, regardless of their type.String
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 Modifier and Type Class Description class
DefaultReplacerParameters
-
Uses of IContextReplacerParams in de.xima.fc.placeholder
Methods in de.xima.fc.placeholder with parameters of type IContextReplacerParams Modifier and Type Method Description static 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 IContextReplacerParams Modifier and Type Method Description String
DefaultContextValueReplacer. replace(String placeholder, String placeholderContent, IContextReplacerParams parameters)
-