Uses of Interface
de.xima.fc.interfaces.placeholder.params.IPlaceholderEscaper
-
Packages that use IPlaceholderEscaper Package Description de.xima.fc.annotations de.xima.fc.interfaces.placeholder.params de.xima.fc.interfaces.plugin.param.replacer de.xima.fc.interfaces.workflow.execution de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.mdl.placeholder -
-
Uses of IPlaceholderEscaper in de.xima.fc.annotations
Methods in de.xima.fc.annotations that return types with arguments of type IPlaceholderEscaper Modifier and Type Method Description Class<? extends IPlaceholderEscaper>
customSyntax()
-
Uses of IPlaceholderEscaper in de.xima.fc.interfaces.placeholder.params
Methods in de.xima.fc.interfaces.placeholder.params that return IPlaceholderEscaper Modifier and Type Method Description default 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 IPlaceholderEscaper Modifier and Type Method Description default 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 IPlaceholderEscaper Modifier and Type Method Description String
IWorkflowPlaceholderHandler. replaceAll(String text, IPlaceholderEscaper syntax)
Replaces all placeholders in the given string, regardless of their type.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.String
IWorkflowPlaceholderHandler. replaceForm(String text, IPlaceholderEscaper syntax)
Replaces all form placeholders in the given string.String
IWorkflowPlaceholderHandler. replaceI18n(String text, IPlaceholderEscaper syntax)
Replaces all i18n placeholders in the given string.String
IWorkflowPlaceholderHandler. replaceSession(String text, IPlaceholderEscaper syntax)
Replaces all session placeholders in the given string.String
IWorkflowPlaceholderHandler. replaceSystem(String text, IPlaceholderEscaper syntax)
Replaces all system placeholders in the given string.String
IWorkflowPlaceholderHandler. replaceTemplate(String text, IPlaceholderEscaper syntax)
Replaces all template placeholders in the given string.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 IPlaceholderEscaper Modifier and Type Class Description class
EPlaceholderEscaper
Enumeration of several commonIPlaceholderEscaper
implementations.Methods in de.xima.fc.mdl.enums that return IPlaceholderEscaper Modifier and Type Method Description IPlaceholderEscaper
EHttpContentType. getEscaper()
IPlaceholderEscaper
ETextFileContentType. getEscaper()
-
Uses of IPlaceholderEscaper in de.xima.fc.mdl.placeholder
Methods in de.xima.fc.mdl.placeholder that return IPlaceholderEscaper Modifier and Type Method Description IPlaceholderEscaper
DefaultReplacerParameters. getEscaper()
Methods in de.xima.fc.mdl.placeholder with parameters of type IPlaceholderEscaper Modifier and Type Method Description void
DefaultReplacerParameters. setEscaper(IPlaceholderEscaper escaper)
-