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 byIElementModelProcessor
implementations.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 byIElementTagProcessor
implementations. -
Class Summary Class Description AbstractAttributeModelProcessor Basic abstract implementation ofIElementModelProcessor
for processors that match element events by one of their attributes (and optionally also the element name).AbstractAttributeTagProcessor Basic abstract implementation ofIElementTagProcessor
for processors that match element events by one of their attributes (and optionally also the element name).AbstractElementModelProcessor Basic abstract implementation ofIElementModelProcessor
for processors that match element events by their element name (i.e.AbstractElementTagProcessor Basic abstract implementation ofIElementTagProcessor
for processors that match element events by their element name (i.e.MatchingAttributeName This class models the way in which anIElementProcessor
can match an element by one of its attributes.MatchingElementName This class models the way in which anIElementProcessor
can match an element by its name.