public abstract class AbstractTableAttrProcessor
extends org.thymeleaf.processor.attr.AbstractAttrProcessor
Abstract superclass for all processors applied to the table
tag.
Constructor and Description |
---|
AbstractTableAttrProcessor(org.thymeleaf.processor.IAttributeNameProcessorMatcher matcher) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
doProcessAttribute(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName,
Map<com.github.dandelion.core.option.Option<?>,Object> stagingOptions)
Actually performs the processing of the table attribute.
|
abstract int |
getPrecedence() |
protected org.thymeleaf.processor.ProcessorResult |
processAttribute(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName) |
doProcess, getMatcher
public AbstractTableAttrProcessor(org.thymeleaf.processor.IAttributeNameProcessorMatcher matcher)
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
public abstract int getPrecedence()
getPrecedence
in class org.thymeleaf.processor.AbstractProcessor
protected abstract void doProcessAttribute(org.thymeleaf.Arguments arguments, org.thymeleaf.dom.Element element, String attributeName, Map<com.github.dandelion.core.option.Option<?>,Object> stagingOptions)
Actually performs the processing of the table attribute.
arguments
- Thymeleaf arguments.element
- Element holding the attribute to process.attributeName
- Name of the attribute to process.stagingOptions
- Map containing the staging options to be applied to the table at
the end of the tag processing.Copyright © 2013–2015 Dandelion Project. All rights reserved.