Package org.thymeleaf.processor

Interface Summary
IAttributeNameProcessorMatcher Sub-interface of IProcessorMatcher for matchers based on attribute names.
IElementNameProcessorMatcher Sub-interface of IProcessorMatcher for matchers based on element names.
IProcessor Common interface for all processors to be applied on Thymeleaf DOM trees.
IProcessorMatcher<T extends Node> Common interface for objects that specify when a processor can be applied to a node.
ITextNodeProcessorMatcher Sub-interface of IProcessorMatcher for matchers that match Text/CDATA nodes.
 

Class Summary
AbstractProcessor Common abstract superclass for all processors, including utility methods for easily resolving template- and class-based externalized messages.
AttributeNameProcessorMatcher  
ElementNameProcessorMatcher  
ProcessorAndContext Internal use only: stores a processor along with its matching context.
ProcessorMatchingContext Models the context in which a node is matched.
ProcessorResult  
TextNodeProcessorMatcher  
 



Copyright © 2012 The THYMELEAF team. All Rights Reserved.