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.
Modifier and Type | Method and Description |
---|---|
void |
setAttributeDefinitions(AttributeDefinitions attributeDefinitions) |
void setAttributeDefinitions(AttributeDefinitions attributeDefinitions)
Copyright © 2017 The THYMELEAF team. All rights reserved.