public interface IElementDefinitionsAware
This is a marker interface that determines that the marked structure needs to be set the ElementDefinitions 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 |
setElementDefinitions(ElementDefinitions elementDefinitions) |
void setElementDefinitions(ElementDefinitions elementDefinitions)
Copyright © 2017 The THYMELEAF team. All rights reserved.