Class AbstractElementTagProcessor

Object
org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.element.AbstractElementTagProcessor
All Implemented Interfaces:
IElementProcessor, IElementTagProcessor, IProcessor
Direct Known Subclasses:
AbstractAttributeTagProcessor, StandardBlockTagProcessor, StandardFragmentTagProcessor

public abstract class AbstractElementTagProcessor extends AbstractProcessor implements IElementTagProcessor

Basic abstract implementation of IElementTagProcessor for processors that match element events by their element name (i.e. without looking at any attributes).

Since:
3.0.0
Author:
Daniel Fernández