public class PaginateAttrProcessor
extends org.thymeleaf.processor.attr.AbstractAttrProcessor
<div th:each="product : ${products}" pages:paginate="10">...</div>
| Constructor and Description |
|---|
PaginateAttrProcessor(org.thymeleaf.processor.IAttributeNameProcessorMatcher matcher) |
PaginateAttrProcessor(String attributeName) |
| 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) |
void |
setDialect(PagesDialect dialect) |
doProcess, getMatcherpublic PaginateAttrProcessor(org.thymeleaf.processor.IAttributeNameProcessorMatcher matcher)
public PaginateAttrProcessor(String attributeName)
public void setDialect(PagesDialect dialect)
public int getPrecedence()
getPrecedence in class org.thymeleaf.processor.AbstractProcessorprotected org.thymeleaf.processor.ProcessorResult processAttribute(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName)
processAttribute in class org.thymeleaf.processor.attr.AbstractAttrProcessorCopyright © 2012. All Rights Reserved.