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 StringIContextValueReplacer.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 TypeInterfaceDescriptioninterfaceInterface 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 aDefaultReplacerParameterswith 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.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 - 
Uses of IContextReplacerParams in de.xima.fc.placeholder
Methods in de.xima.fc.placeholder with parameters of type IContextReplacerParamsModifier and TypeMethodDescriptionstatic 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 IContextReplacerParamsModifier and TypeMethodDescriptionDefaultContextValueReplacer.replace(String placeholder, String placeholderContent, IContextReplacerParams parameters)