Uses of Interface
de.xima.fc.interfaces.placeholder.params.IPlaceholderEscaper
Packages that use IPlaceholderEscaper
Package
Description
Commonly used enumeration that are mainly used in model classes.
-
Uses of IPlaceholderEscaper in de.xima.fc.interfaces.placeholder.params
Methods in de.xima.fc.interfaces.placeholder.params that return IPlaceholderEscaperModifier and TypeMethodDescriptiondefault IPlaceholderEscaper
IFormReplacerParams.getEscaper()
default IPlaceholderEscaper
IPlaceholderValueParams.getEscaper()
The placeholder escaper, which should applied for the replaced placeholder values before they returned to the documentdefault IPlaceholderEscaper
IReplacerParams.getEscaper()
The placeholder escaper, which should applied for the replaced placeholder values before they returned to the document -
Uses of IPlaceholderEscaper in de.xima.fc.interfaces.plugin.param.replacer
Methods in de.xima.fc.interfaces.plugin.param.replacer that return IPlaceholderEscaperModifier and TypeMethodDescriptiondefault IPlaceholderEscaper
IPluginGenericReplacerParams.getEscaper()
Deprecated. -
Uses of IPlaceholderEscaper in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IPlaceholderEscaperModifier and TypeMethodDescriptionIWorkflowPlaceholderHandler.replaceAll
(String text, IPlaceholderEscaper syntax) Replaces all placeholders in the given string, regardless of their type.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.IWorkflowPlaceholderHandler.replaceForm
(String text, IPlaceholderEscaper syntax) Replaces all form placeholders in the given string.IWorkflowPlaceholderHandler.replaceI18n
(String text, IPlaceholderEscaper syntax) Replaces all i18n placeholders in the given string.IWorkflowPlaceholderHandler.replaceSession
(String text, IPlaceholderEscaper syntax) Replaces all session placeholders in the given string.IWorkflowPlaceholderHandler.replaceSystem
(String text, IPlaceholderEscaper syntax) Replaces all system placeholders in the given string.IWorkflowPlaceholderHandler.replaceTemplate
(String text, IPlaceholderEscaper syntax) Replaces all template placeholders in the given string.IWorkflowFileHandler.sanitizeFilename
(String fileName, IPlaceholderEscaper placeholderEscaper) -
Uses of IPlaceholderEscaper in de.xima.fc.mdl.enums
Classes in de.xima.fc.mdl.enums that implement IPlaceholderEscaperModifier and TypeClassDescriptionenum
Enumeration of several commonIPlaceholderEscaper
implementations.Methods in de.xima.fc.mdl.enums that return IPlaceholderEscaperModifier and TypeMethodDescriptionEHttpContentType.getEscaper()
ETextFileContentType.getEscaper()
-
Uses of IPlaceholderEscaper in de.xima.fc.mdl.placeholder
Methods in de.xima.fc.mdl.placeholder that return IPlaceholderEscaperMethods in de.xima.fc.mdl.placeholder with parameters of type IPlaceholderEscaperModifier and TypeMethodDescriptionvoid
DefaultReplacerParameters.setEscaper
(IPlaceholderEscaper escaper)
IPluginGenericReplacerParams.getReplacerParams()