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 StringIContextValueReplacer. replace(IEntityContext ec, String placeholder, String placeholderContent, IContextReplacerParams parameters)Deprecated.StringIContextValueReplacer. 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 interfaceIPlaceholderValueParamsInterface 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 DefaultReplacerParametersIWorkflowPlaceholderHandler. createReplacerParams(IContextReplacerParams contextParams)Creates aDefaultReplacerParameterswith the given replacer context.StringIWorkflowPlaceholderHandler. replaceAll(String text, IPlaceholderEscaper syntax, IContextReplacerParams contextParams)Replaces all placeholders in the given string, regardless of their type.StringIWorkflowPlaceholderHandler. replaceContext(String text, IPlaceholderEscaper syntax, IContextReplacerParams contextParams)Replaces all context placeholders in the given string.voidIWorkflowPlaceholderHandler. 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 classDefaultReplacerParameters - 
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 StringPlaceholderReplacer. parseForContextValues(IEntityContext ec, String text, IContextReplacerParams parameters)Deprecated.static StringPlaceholderReplacer. parseForContextValues(String text, IContextReplacerParams parameters)static StringPlaceholderReplacer. replaceSessionValues(IEntityContext ec, String placeholder, String placeholderContent, IContextReplacerParams parameters, String contextPath)Deprecated.static StringPlaceholderReplacer. 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 StringDefaultContextValueReplacer. replace(String placeholder, String placeholderContent, IContextReplacerParams parameters) 
 -