Uses of Interface
net.anotheria.anosite.content.variables.VariablesProcessor
-
Packages that use VariablesProcessor Package Description net.anotheria.anosite.content.variables -
-
Uses of VariablesProcessor in net.anotheria.anosite.content.variables
Classes in net.anotheria.anosite.content.variables that implement VariablesProcessor Modifier and Type Class Description classAttributeProcessorThis processor supports a various range of attributes: PREFIX_API_CALL_CONTEXT_ATTRIBUTE PREFIX_API_SESSION_ATTRIBUTE PREFIX_REQUEST_ATTRIBUTE PREFIX_SESSION_ATTRIBUTE PREFIX_SESSION_AND_DELETE_ATTRIBUTE PREFIX_CONTEXT_ATTRIBUTE PREFIX_BOX_ATTRIBUTE PREFIX_PAGE_ATTRIBUTEclassCalendarProcessorVariable processor for dates.classConditionProcessorclassConstantsProcessorVariables processor for constants.classFileLinkProcessorProcessor for links to files (for example PDF) which are uploaded via IASResourceDataService.classImageLinkProcessorProcessor for images uploaded via IASResourceDataService.classImageProcessorImage processor.classLocalizationProcessorVariables processor for box translations.classParameterProcessorclassStaticResourceServerNameProcessorStatic resource server name processor.classTextResourceProcessorTextResourceProcessor.classXLinkProcessorBasic processor for links to external resources like files or images.Methods in net.anotheria.anosite.content.variables that return types with arguments of type VariablesProcessor Modifier and Type Method Description static Map<String,VariablesProcessor>VariablesUtility. getDefaultProcessors()Methods in net.anotheria.anosite.content.variables with parameters of type VariablesProcessor Modifier and Type Method Description static voidVariablesUtility. addProcessor(String prefix, VariablesProcessor processor)Adds a processor to this variable utility.Method parameters in net.anotheria.anosite.content.variables with type arguments of type VariablesProcessor Modifier and Type Method Description static StringVariablesUtility. replaceVariables(jakarta.servlet.http.HttpServletRequest req, String src, Map<String,VariablesProcessor> processors)Replaces variable expressions in the given string src with the help of submitted processors.static StringVariablesUtility. replaceVariables(jakarta.servlet.http.HttpServletRequest req, List<net.anotheria.util.content.element.ContentElement> index, Map<String,VariablesProcessor> processors)
-