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 IPlaceholderEscaperIFormReplacerParams. getEscaper()default IPlaceholderEscaperIPlaceholderValueParams. getEscaper()The placeholder escaper, which should applied for the replaced placeholder values before they returned to the documentdefault IPlaceholderEscaperIReplacerParams. 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 IPlaceholderEscaperIPluginGenericReplacerParams. 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 StringIWorkflowPlaceholderHandler. replaceAll(String text, IPlaceholderEscaper syntax)Replaces all placeholders in the given string, regardless of their type.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.StringIWorkflowPlaceholderHandler. replaceForm(String text, IPlaceholderEscaper syntax)Replaces all form placeholders in the given string.StringIWorkflowPlaceholderHandler. replaceI18n(String text, IPlaceholderEscaper syntax)Replaces all i18n placeholders in the given string.StringIWorkflowPlaceholderHandler. replaceSession(String text, IPlaceholderEscaper syntax)Replaces all session placeholders in the given string.StringIWorkflowPlaceholderHandler. replaceSystem(String text, IPlaceholderEscaper syntax)Replaces all system placeholders in the given string.StringIWorkflowPlaceholderHandler. replaceTemplate(String text, IPlaceholderEscaper syntax)Replaces all template placeholders in the given string.StringIWorkflowFileHandler. 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 classEPlaceholderEscaperEnumeration of several commonIPlaceholderEscaperimplementations.Methods in de.xima.fc.mdl.enums that return IPlaceholderEscaper Modifier and Type Method Description IPlaceholderEscaperEHttpContentType. getEscaper()IPlaceholderEscaperETextFileContentType. 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 IPlaceholderEscaperDefaultReplacerParameters. getEscaper()Methods in de.xima.fc.mdl.placeholder with parameters of type IPlaceholderEscaper Modifier and Type Method Description voidDefaultReplacerParameters. setEscaper(IPlaceholderEscaper escaper) 
 -