Uses of Interface
org.thymeleaf.processor.element.IElementProcessor
-
Packages that use IElementProcessor Package Description org.thymeleaf org.thymeleaf.engine org.thymeleaf.processor.element org.thymeleaf.standard.processor org.thymeleaf.util -
-
Uses of IElementProcessor in org.thymeleaf
Methods in org.thymeleaf that return types with arguments of type IElementProcessor Modifier and Type Method Description Set<IElementProcessor>
EngineConfiguration. getElementProcessors(TemplateMode templateMode)
Set<IElementProcessor>
IEngineConfiguration. getElementProcessors(TemplateMode templateMode)
-
Uses of IElementProcessor in org.thymeleaf.engine
Methods in org.thymeleaf.engine that return types with arguments of type IElementProcessor Modifier and Type Method Description Set<IElementProcessor>
AttributeDefinition. getAssociatedProcessors()
Set<IElementProcessor>
ElementDefinition. getAssociatedProcessors()
Constructor parameters in org.thymeleaf.engine with type arguments of type IElementProcessor Constructor Description AttributeDefinitions(Map<TemplateMode,Set<IElementProcessor>> elementProcessorsByTemplateMode)
ONLY FOR INTERNAL USE.ElementDefinitions(Map<TemplateMode,Set<IElementProcessor>> elementProcessorsByTemplateMode)
ONLY FOR INTERNAL USE. -
Uses of IElementProcessor in org.thymeleaf.processor.element
Subinterfaces of IElementProcessor in org.thymeleaf.processor.element Modifier and Type Interface Description interface
IElementModelProcessor
Interface to be implemented by all element model processors.interface
IElementTagProcessor
Interface to be implemented by all element tag processors.Classes in org.thymeleaf.processor.element that implement IElementProcessor Modifier and Type Class Description class
AbstractAttributeModelProcessor
Basic abstract implementation ofIElementModelProcessor
for processors that match element events by one of their attributes (and optionally also the element name).class
AbstractAttributeTagProcessor
Basic abstract implementation ofIElementTagProcessor
for processors that match element events by one of their attributes (and optionally also the element name).class
AbstractElementModelProcessor
Basic abstract implementation ofIElementModelProcessor
for processors that match element events by their element name (i.e.class
AbstractElementTagProcessor
Basic abstract implementation ofIElementTagProcessor
for processors that match element events by their element name (i.e. -
Uses of IElementProcessor in org.thymeleaf.standard.processor
-
Uses of IElementProcessor in org.thymeleaf.util
Methods in org.thymeleaf.util that return IElementProcessor Modifier and Type Method Description static IElementProcessor
ProcessorConfigurationUtils. unwrap(IElementProcessor processor)
Unwraps a wrapped implementation ofIElementProcessor
.static IElementProcessor
ProcessorConfigurationUtils. wrap(IElementProcessor processor, IProcessorDialect dialect)
Wraps an implementation ofIElementProcessor
into an object that adds some information required internally (like e.g.Methods in org.thymeleaf.util with parameters of type IElementProcessor Modifier and Type Method Description static IElementProcessor
ProcessorConfigurationUtils. unwrap(IElementProcessor processor)
Unwraps a wrapped implementation ofIElementProcessor
.static IElementProcessor
ProcessorConfigurationUtils. wrap(IElementProcessor processor, IProcessorDialect dialect)
Wraps an implementation ofIElementProcessor
into an object that adds some information required internally (like e.g.
-