Package org.thymeleaf.engine
Interface IAttributeDefinitionsAware
- All Known Implementing Classes:
AbstractStandardAttributeModifierTagProcessor
,AbstractStandardDoubleAttributeModifierTagProcessor
,StandardActionTagProcessor
,StandardAltTitleTagProcessor
,StandardClassappendTagProcessor
,StandardConditionalFixedValueTagProcessor
,StandardDOMEventAttributeTagProcessor
,StandardHrefTagProcessor
,StandardLangXmlLangTagProcessor
,StandardMethodTagProcessor
,StandardNonRemovableAttributeTagProcessor
,StandardRemovableAttributeTagProcessor
,StandardSrcTagProcessor
,StandardStyleappendTagProcessor
,StandardValueTagProcessor
,StandardXmlBaseTagProcessor
,StandardXmlLangTagProcessor
,StandardXmlSpaceTagProcessor
public interface IAttributeDefinitionsAware
This is a marker interface that determines that the marked structure needs to be set the AttributeDefinitions object from the engine during the configuration phase.
This interface can be applied to processors, pre-processors and post-processors.
This interface is only for internal use.
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAttributeDefinitions
(AttributeDefinitions attributeDefinitions)
-
Method Details
-
setAttributeDefinitions
-