Package org.thymeleaf.engine
Interface IAttributeDefinitionsAware
- All Known Implementing Classes:
AbstractStandardAttributeModifierTagProcessor,AbstractStandardDoubleAttributeModifierTagProcessor,ProcessorConfigurationUtils.AbstractElementProcessorWrapper,ProcessorConfigurationUtils.AbstractProcessorWrapper,ProcessorConfigurationUtils.CDATASectionProcessorWrapper,ProcessorConfigurationUtils.CommentProcessorWrapper,ProcessorConfigurationUtils.DocTypeProcessorWrapper,ProcessorConfigurationUtils.ElementModelProcessorWrapper,ProcessorConfigurationUtils.ElementTagProcessorWrapper,ProcessorConfigurationUtils.PostProcessorWrapper,ProcessorConfigurationUtils.PreProcessorWrapper,ProcessorConfigurationUtils.ProcessingInstructionProcessorWrapper,ProcessorConfigurationUtils.TemplateBoundariesProcessorWrapper,ProcessorConfigurationUtils.TextProcessorWrapper,ProcessorConfigurationUtils.XMLDeclarationProcessorWrapper,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
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttributeDefinitions(AttributeDefinitions attributeDefinitions)
-
Method Details
-
setAttributeDefinitions
-