public class DivConfAttrProcessor
extends org.thymeleaf.processor.attr.AbstractAttrProcessor
Attribute processor applied to the HTML div
tag with the
dt:conf
attribute.
This processor initializes a configuration map for a given table id. Once
filled (thanks to the DivConfTypeAttrProcessor
, the configuration map
will be processed later in the TableFinalizerElProcessor
.
Constructor and Description |
---|
DivConfAttrProcessor(org.thymeleaf.processor.IAttributeNameProcessorMatcher matcher) |
Modifier and Type | Method and Description |
---|---|
int |
getPrecedence() |
protected org.thymeleaf.processor.ProcessorResult |
processAttribute(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName) |
doProcess, getMatcher
public DivConfAttrProcessor(org.thymeleaf.processor.IAttributeNameProcessorMatcher matcher)
public int getPrecedence()
getPrecedence
in class org.thymeleaf.processor.AbstractProcessor
protected org.thymeleaf.processor.ProcessorResult processAttribute(org.thymeleaf.Arguments arguments, org.thymeleaf.dom.Element element, String attributeName)
processAttribute
in class org.thymeleaf.processor.attr.AbstractAttrProcessor
Copyright © 2013–2015 Dandelion Project. All rights reserved.