Package org.thymeleaf.processor.element
-
Interface Summary Interface Description IElementModelProcessor Interface to be implemented by all element model processors.IElementModelStructureHandler Structure handler class meant to be used byIElementModelProcessorimplementations.IElementProcessor Base interface for all processors that execute on elements (tags).IElementTagProcessor Interface to be implemented by all element tag processors.IElementTagStructureHandler Structure handler class meant to be used byIElementTagProcessorimplementations. -
Class Summary Class Description AbstractAttributeModelProcessor Basic abstract implementation ofIElementModelProcessorfor processors that match element events by one of their attributes (and optionally also the element name).AbstractAttributeTagProcessor Basic abstract implementation ofIElementTagProcessorfor processors that match element events by one of their attributes (and optionally also the element name).AbstractElementModelProcessor Basic abstract implementation ofIElementModelProcessorfor processors that match element events by their element name (i.e.AbstractElementTagProcessor Basic abstract implementation ofIElementTagProcessorfor processors that match element events by their element name (i.e.MatchingAttributeName This class models the way in which anIElementProcessorcan match an element by one of its attributes.MatchingElementName This class models the way in which anIElementProcessorcan match an element by its name.