public class PagesDialect
extends org.thymeleaf.dialect.AbstractXHTMLEnabledDialect
| Modifier and Type | Field and Description |
|---|---|
static int |
EXPORT_ATTR_PRECEDENCE |
static String |
EXPORT_DIV_ID |
static String |
I18N_EXPORT_EXCEL |
static String |
I18N_EXPORT_PDF |
static String |
I18N_FIRST |
static String |
I18N_LAST |
static String |
I18N_NEXT |
static String |
I18N_NONE |
static String |
I18N_ONE_RESULT |
static String |
I18N_PAGE |
static String |
I18N_PREVIOUS |
static String |
I18N_RESULTS |
static String |
PAGE_PARAMETER |
static String |
PAGE_PARAMETER_DEFAULT |
static int |
PAGINATE_ATTR_PRECEDENCE |
static int |
SEPARATE_ATTR_PRECEDENCE |
static int |
SORT_ATTR_PRECEDENCE |
static String |
SORT_PARAMETER |
static String |
SORT_TYPE_PARAMETER |
| Constructor and Description |
|---|
PagesDialect() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPageParameter() |
String |
getPrefix() |
Set<org.thymeleaf.processor.IProcessor> |
getProcessors() |
Map<String,String> |
getProperties() |
Set<TypeFormatter> |
getTypeFormatters() |
void |
setProperties(Map<String,String> properties) |
void |
setTypeFormatters(Set<TypeFormatter> typeFormatters) |
getDocTypeResolutionEntries, getSpecificDocTypeResolutionEntriespublic static final int SEPARATE_ATTR_PRECEDENCE
public static final int PAGINATE_ATTR_PRECEDENCE
public static final int EXPORT_ATTR_PRECEDENCE
public static final int SORT_ATTR_PRECEDENCE
public static final String PAGE_PARAMETER_DEFAULT
public static final String PAGE_PARAMETER
public static final String SORT_PARAMETER
public static final String SORT_TYPE_PARAMETER
public static final String EXPORT_DIV_ID
public static final String I18N_ONE_RESULT
public static final String I18N_RESULTS
public static final String I18N_PREVIOUS
public static final String I18N_NEXT
public static final String I18N_PAGE
public static final String I18N_FIRST
public static final String I18N_LAST
public static final String I18N_NONE
public static final String I18N_EXPORT_PDF
public static final String I18N_EXPORT_EXCEL
public void setTypeFormatters(Set<TypeFormatter> typeFormatters)
public Set<TypeFormatter> getTypeFormatters()
public String getPrefix()
public Set<org.thymeleaf.processor.IProcessor> getProcessors()
getProcessors in interface org.thymeleaf.dialect.IDialectgetProcessors in class org.thymeleaf.dialect.AbstractDialectpublic String getPageParameter()
Copyright © 2013. All rights reserved.