Uses of Interface
org.thymeleaf.engine.ITemplateHandler
Packages that use ITemplateHandler
Package
Description
-
Uses of ITemplateHandler in org.thymeleaf.engine
Classes in org.thymeleaf.engine that implement ITemplateHandlerModifier and TypeClassDescriptionclassBasic abstract implementation ofITemplateHandlerthat takes care of the whole contract of this interface and offers a good base for the easy implementation of custom template handlers.final classfinal classfinal classBasic, most fundamental processor in the chain ofITemplateHandlers applied to a template for processing it.Methods in org.thymeleaf.engine that return ITemplateHandlerModifier and TypeMethodDescriptionprotected final ITemplateHandlerAbstractTemplateHandler.getNext()Return the next handler in the chain, so that events can be delegated to it.Methods in org.thymeleaf.engine with parameters of type ITemplateHandlerModifier and TypeMethodDescriptionvoidAbstractTemplateHandler.setNext(ITemplateHandler next) Set the next handler in the chain, so that events can be (optionally) delegated to it.voidITemplateHandler.setNext(ITemplateHandler next) voidProcessorTemplateHandler.setNext(ITemplateHandler next) Constructors in org.thymeleaf.engine with parameters of type ITemplateHandlerModifierConstructorDescriptionprotectedCreate a new instance of this handler, specifying the handler that will be used as next step in the chain.TemplateHandlerAdapterMarkupHandler(String templateName, ITemplateHandler templateHandler, ElementDefinitions elementDefinitions, AttributeDefinitions attributeDefinitions, TemplateMode templateMode, int lineOffset, int colOffset) TemplateHandlerAdapterRawHandler(String templateName, ITemplateHandler templateHandler, int lineOffset, int colOffset) TemplateHandlerAdapterTextHandler(String templateName, ITemplateHandler templateHandler, ElementDefinitions elementDefinitions, AttributeDefinitions attributeDefinitions, TemplateMode templateMode, int lineOffset, int colOffset) -
Uses of ITemplateHandler in org.thymeleaf.postprocessor
Methods in org.thymeleaf.postprocessor that return types with arguments of type ITemplateHandlerModifier and TypeMethodDescriptionClass<? extends ITemplateHandler>IPostProcessor.getHandlerClass()Returns the handler class for this post-processor, theITemplateHandlerthat implements the real logic to be executed.final Class<? extends ITemplateHandler>PostProcessor.getHandlerClass()Constructor parameters in org.thymeleaf.postprocessor with type arguments of type ITemplateHandlerModifierConstructorDescriptionPostProcessor(TemplateMode templateMode, Class<? extends ITemplateHandler> handlerClass, int precedence) -
Uses of ITemplateHandler in org.thymeleaf.preprocessor
Methods in org.thymeleaf.preprocessor that return types with arguments of type ITemplateHandlerModifier and TypeMethodDescriptionClass<? extends ITemplateHandler>IPreProcessor.getHandlerClass()Returns the handler class for this pre-processor, theITemplateHandlerthat implements the real logic to be executed.final Class<? extends ITemplateHandler>PreProcessor.getHandlerClass()Constructor parameters in org.thymeleaf.preprocessor with type arguments of type ITemplateHandlerModifierConstructorDescriptionPreProcessor(TemplateMode templateMode, Class<? extends ITemplateHandler> handlerClass, int precedence) -
Uses of ITemplateHandler in org.thymeleaf.templateparser
Methods in org.thymeleaf.templateparser with parameters of type ITemplateHandlerModifier and TypeMethodDescriptionvoidITemplateParser.parseStandalone(IEngineConfiguration configuration, String ownerTemplate, String template, Set<String> templateSelectors, ITemplateResource resource, TemplateMode templateMode, boolean useDecoupledLogic, ITemplateHandler handler) voidITemplateParser.parseString(IEngineConfiguration configuration, String ownerTemplate, String template, int lineOffset, int colOffset, TemplateMode templateMode, ITemplateHandler handler) -
Uses of ITemplateHandler in org.thymeleaf.templateparser.markup
Methods in org.thymeleaf.templateparser.markup with parameters of type ITemplateHandlerModifier and TypeMethodDescriptionvoidAbstractMarkupTemplateParser.parseStandalone(IEngineConfiguration configuration, String ownerTemplate, String template, Set<String> templateSelectors, ITemplateResource resource, TemplateMode templateMode, boolean useDecoupledLogic, ITemplateHandler handler) voidAbstractMarkupTemplateParser.parseString(IEngineConfiguration configuration, String ownerTemplate, String template, int lineOffset, int colOffset, TemplateMode templateMode, ITemplateHandler handler) -
Uses of ITemplateHandler in org.thymeleaf.templateparser.raw
Methods in org.thymeleaf.templateparser.raw with parameters of type ITemplateHandlerModifier and TypeMethodDescriptionvoidRawTemplateParser.parseStandalone(IEngineConfiguration configuration, String ownerTemplate, String template, Set<String> templateSelectors, ITemplateResource resource, TemplateMode templateMode, boolean useDecoupledLogic, ITemplateHandler handler) voidRawTemplateParser.parseString(IEngineConfiguration configuration, String ownerTemplate, String template, int lineOffset, int colOffset, TemplateMode templateMode, ITemplateHandler handler) -
Uses of ITemplateHandler in org.thymeleaf.templateparser.text
Methods in org.thymeleaf.templateparser.text with parameters of type ITemplateHandlerModifier and TypeMethodDescriptionvoidAbstractTextTemplateParser.parseStandalone(IEngineConfiguration configuration, String ownerTemplate, String template, Set<String> templateSelectors, ITemplateResource resource, TemplateMode templateMode, boolean useDecoupledLogic, ITemplateHandler handler) voidAbstractTextTemplateParser.parseString(IEngineConfiguration configuration, String ownerTemplate, String template, int lineOffset, int colOffset, TemplateMode templateMode, ITemplateHandler handler)