Package org.thymeleaf.util
Class ProcessorConfigurationUtils.AbstractElementProcessorWrapper
java.lang.Object
org.thymeleaf.util.ProcessorConfigurationUtils.AbstractProcessorWrapper
org.thymeleaf.util.ProcessorConfigurationUtils.AbstractElementProcessorWrapper
- All Implemented Interfaces:
IAttributeDefinitionsAware,IElementDefinitionsAware,IElementProcessor,IProcessor
- Direct Known Subclasses:
ProcessorConfigurationUtils.ElementModelProcessorWrapper,ProcessorConfigurationUtils.ElementTagProcessorWrapper
- Enclosing class:
ProcessorConfigurationUtils
abstract static class ProcessorConfigurationUtils.AbstractElementProcessorWrapper
extends ProcessorConfigurationUtils.AbstractProcessorWrapper
implements IElementProcessor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractElementProcessorWrapper(IElementProcessor processor, IProcessorDialect dialect) -
Method Summary
Modifier and TypeMethodDescriptionfinal MatchingAttributeNameReturns the attribute name that would make this processor match (if any).final MatchingElementNameReturns the element name that would make this processor match (if any).Methods inherited from class org.thymeleaf.util.ProcessorConfigurationUtils.AbstractProcessorWrapper
getDialect, getDialectPrecedence, getPrecedence, getTemplateMode, setAttributeDefinitions, setElementDefinitions, toString, unwrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.thymeleaf.processor.IProcessor
getPrecedence, getTemplateMode
-
Field Details
-
processor
-
-
Constructor Details
-
AbstractElementProcessorWrapper
AbstractElementProcessorWrapper(IElementProcessor processor, IProcessorDialect dialect)
-
-
Method Details
-
getMatchingElementName
Description copied from interface:IElementProcessorReturns the element name that would make this processor match (if any).
- Specified by:
getMatchingElementNamein interfaceIElementProcessor- Returns:
- the element name.
-
getMatchingAttributeName
Description copied from interface:IElementProcessorReturns the attribute name that would make this processor match (if any).
- Specified by:
getMatchingAttributeNamein interfaceIElementProcessor- Returns:
- the attribute name.
-