An alias of the DecorateProcessor to warn people that the
layout:decorator/data-layout-decorator processor has been
renamed.
| Type | Name and description |
|---|---|
static String |
PROCESSOR_NAME |
| Constructor and description |
|---|
DecoratorProcessor
(TemplateMode templateMode, String dialectPrefix, SortingStrategy sortingStrategy)Constructor, configure this processor to work on the old 'decorator' attribute and to use the given sorting strategy. |
| Type | Name and description |
|---|---|
protected void |
doProcess(ITemplateContext context, IModel model, AttributeName attributeName, String attributeValue, IElementModelStructureHandler structureHandler)Logs a deprecation warning before delegating to the decorate processor. |
| Methods inherited from class | Name |
|---|---|
class DecorateProcessor |
doProcess |
class AbstractAttributeModelProcessor |
getMatchingElementName, process, getMatchingAttributeName, getPrecedence, getTemplateMode, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor, configure this processor to work on the old 'decorator' attribute and to use the given sorting strategy.
Logs a deprecation warning before delegating to the decorate processor.
Groovy Documentation