public abstract class AbstractElProcessor
extends org.thymeleaf.processor.element.AbstractElementProcessor
Abstract superclass for all Datatables element processors.
Constructor and Description |
---|
AbstractElProcessor(org.thymeleaf.processor.IElementNameProcessorMatcher matcher) |
Modifier and Type | Method and Description |
---|---|
protected abstract org.thymeleaf.processor.ProcessorResult |
doProcessElement(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
HtmlTable htmlTable)
Actually performs the processing of the element..
|
abstract int |
getPrecedence()
Returns the precedence of the element processor.
|
protected org.thymeleaf.processor.ProcessorResult |
processElement(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element) |
doProcess, getMatcher
public AbstractElProcessor(org.thymeleaf.processor.IElementNameProcessorMatcher matcher)
protected org.thymeleaf.processor.ProcessorResult processElement(org.thymeleaf.Arguments arguments, org.thymeleaf.dom.Element element)
processElement
in class org.thymeleaf.processor.element.AbstractElementProcessor
public abstract int getPrecedence()
getPrecedence
in class org.thymeleaf.processor.AbstractProcessor
protected abstract org.thymeleaf.processor.ProcessorResult doProcessElement(org.thymeleaf.Arguments arguments, org.thymeleaf.dom.Element element, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, HtmlTable htmlTable)
arguments
- Thymeleaf arguments.element
- Element to process.request
- The current HttpServletRequest
.response
- The current HttpServletResponse
.htmlTable
- The HtmlTable
which the configuration will be applied
on.Copyright © 2013–2015 Dandelion Project. All rights reserved.