A C D E F G I N P R S T 

A

addSortLink(String, Boolean) - Method in class net.sourceforge.pagesdialect.SortLinkCommand
Add a sort link to provided element.
arguments - Variable in class net.sourceforge.pagesdialect.SortLinkCommand
 
attributeName - Variable in class net.sourceforge.pagesdialect.SortLinkCommand
 

C

context - Variable in class net.sourceforge.pagesdialect.SortLinkCommand
 

D

destroy() - Method in class net.sourceforge.pagesdialect.ExportFilter
 
dialect - Variable in class net.sourceforge.pagesdialect.SortLinkCommand
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.sourceforge.pagesdialect.ExportFilter
 
DRIDataTypeAdapter<T> - Class in net.sourceforge.pagesdialect
 
DRIDataTypeAdapter(TypeFormatter<T>, HttpServletRequest) - Constructor for class net.sourceforge.pagesdialect.DRIDataTypeAdapter
 
DynamicReportsHelper - Class in net.sourceforge.pagesdialect
Assist in generating dynamic reports Excel and PDF.
DynamicReportsHelper(String, String, String, HttpServletResponse) - Constructor for class net.sourceforge.pagesdialect.DynamicReportsHelper
 

E

element - Variable in class net.sourceforge.pagesdialect.SortLinkCommand
 
EXCEL_FORMAT - Static variable in class net.sourceforge.pagesdialect.ExportPerformer
 
execute() - Method in class net.sourceforge.pagesdialect.ExportCommand
 
execute() - Method in class net.sourceforge.pagesdialect.PaginateCommand
 
execute() - Method in class net.sourceforge.pagesdialect.PaginatedCommand
 
execute() - Method in class net.sourceforge.pagesdialect.SeparateCommand
 
execute() - Method in class net.sourceforge.pagesdialect.SortCommand
 
execute() - Method in class net.sourceforge.pagesdialect.SortLinkCommand
 
export(List, ColumnBuilder...) - Method in class net.sourceforge.pagesdialect.DynamicReportsHelper
Trigger the exportation.
EXPORT_ATTR_PRECEDENCE - Static variable in class net.sourceforge.pagesdialect.PagesDialect
 
EXPORT_DIV_ID - Static variable in class net.sourceforge.pagesdialect.PagesDialect
 
EXPORT_FIELDS - Static variable in class net.sourceforge.pagesdialect.ExportPerformer
 
EXPORT_HEADERS - Static variable in class net.sourceforge.pagesdialect.ExportPerformer
 
EXPORT_INIT_PARAMETER - Static variable in class net.sourceforge.pagesdialect.ExportFilter
 
EXPORT_LIST - Static variable in class net.sourceforge.pagesdialect.ExportPerformer
 
EXPORT_LIST_FORMAT - Static variable in class net.sourceforge.pagesdialect.ExportPerformer
 
EXPORT_TITLE - Static variable in class net.sourceforge.pagesdialect.ExportPerformer
 
EXPORT_TYPE_FORMATTERS - Static variable in class net.sourceforge.pagesdialect.ExportPerformer
 
ExportAttrProcessor - Class in net.sourceforge.pagesdialect
Thymeleaf processor that adds a link to export a Collection.
ExportAttrProcessor(IAttributeNameProcessorMatcher) - Constructor for class net.sourceforge.pagesdialect.ExportAttrProcessor
 
ExportAttrProcessor(String, PagesDialect, String) - Constructor for class net.sourceforge.pagesdialect.ExportAttrProcessor
 
ExportCommand - Class in net.sourceforge.pagesdialect
 
ExportCommand(Arguments, Element, String, PagesDialect, String) - Constructor for class net.sourceforge.pagesdialect.ExportCommand
 
ExportFilter - Class in net.sourceforge.pagesdialect
Servlet filter for pages:export processor.
ExportFilter() - Constructor for class net.sourceforge.pagesdialect.ExportFilter
 
ExportPerformer - Class in net.sourceforge.pagesdialect
Performs the export to PDF and Excel files.
ExportPerformer(HttpServletRequest, HttpServletResponse, String) - Constructor for class net.sourceforge.pagesdialect.ExportPerformer
 
expressionValue(Arguments, String) - Static method in class net.sourceforge.pagesdialect.PagesDialectUtil
Process a Thymeleaf expression if it follows the pattern ${...}.

F

findOrCreateIterationList() - Method in class net.sourceforge.pagesdialect.IterationListPreparer
Search for iteration expression.

G

getContainerElement(Element) - Static method in class net.sourceforge.pagesdialect.PagesDialectUtil
Return the container element for some elements.
getDRIValueFormatter(HttpServletRequest) - Method in interface net.sourceforge.pagesdialect.TypeFormatter
 
getItemName() - Method in class net.sourceforge.pagesdialect.IterationListFinder
Given th:each="product : ${productList}" returns "product".
getIterationExpression() - Method in class net.sourceforge.pagesdialect.IterationListFinder
Given th:each="product : ${productList}" returns "th:each".
getIterationObject() - Method in class net.sourceforge.pagesdialect.IterationListFinder
Given th:each="product : ${productList}" returns productList object.
getIterationObjectName() - Method in class net.sourceforge.pagesdialect.IterationListFinder
Given th:each="product : ${productList}" returns "productList".
getOriginalList() - Method in class net.sourceforge.pagesdialect.RecoverablePagedListHolder
 
getPageParameter() - Method in class net.sourceforge.pagesdialect.PagesDialect
 
getPrecedence() - Method in class net.sourceforge.pagesdialect.ExportAttrProcessor
 
getPrecedence() - Method in class net.sourceforge.pagesdialect.PaginateAttrProcessor
 
getPrecedence() - Method in class net.sourceforge.pagesdialect.PaginatedAttrProcessor
 
getPrecedence() - Method in class net.sourceforge.pagesdialect.SeparateAttrProcessor
 
getPrecedence() - Method in class net.sourceforge.pagesdialect.SortAttrProcessor
 
getPrecedence() - Method in class net.sourceforge.pagesdialect.SortLinkAttrProcessor
 
getPrefix() - Method in class net.sourceforge.pagesdialect.PagesDialect
 
getProcessors() - Method in class net.sourceforge.pagesdialect.PagesDialect
 
getProperties() - Method in class net.sourceforge.pagesdialect.PagesDialect
 
getProperty(Object, String) - Static method in class net.sourceforge.pagesdialect.PagesDialectUtil
Return a property from an object via reflection.
getPropertyClass(Class, String) - Static method in class net.sourceforge.pagesdialect.PagesDialectUtil
Return a property class from an object via reflection.
getSortType(String) - Method in class net.sourceforge.pagesdialect.SortLinkCommand
 
getStandardDialectPrefix(Arguments) - Static method in class net.sourceforge.pagesdialect.PagesDialectUtil
Look up StandardDialect prefix, usually "th".
getTypeFormatters() - Method in class net.sourceforge.pagesdialect.PagesDialect
 
getValueClass() - Method in class net.sourceforge.pagesdialect.DRIDataTypeAdapter
 
getValueClass() - Method in interface net.sourceforge.pagesdialect.TypeFormatter
 
getValueFormatter() - Method in class net.sourceforge.pagesdialect.DRIDataTypeAdapter
 
getWriter() - Method in class net.sourceforge.pagesdialect.IgnorableHttpServletResponse
 

I

I18N_EXPORT_EXCEL - Static variable in class net.sourceforge.pagesdialect.PagesDialect
 
I18N_EXPORT_PDF - Static variable in class net.sourceforge.pagesdialect.PagesDialect
 
I18N_FIRST - Static variable in class net.sourceforge.pagesdialect.PagesDialect
 
I18N_LAST - Static variable in class net.sourceforge.pagesdialect.PagesDialect
 
I18N_NEXT - Static variable in class net.sourceforge.pagesdialect.PagesDialect
 
I18N_NONE - Static variable in class net.sourceforge.pagesdialect.PagesDialect
 
I18N_ONE_RESULT - Static variable in class net.sourceforge.pagesdialect.PagesDialect
 
I18N_PAGE - Static variable in class net.sourceforge.pagesdialect.PagesDialect
 
I18N_PREVIOUS - Static variable in class net.sourceforge.pagesdialect.PagesDialect
 
I18N_RESULTS - Static variable in class net.sourceforge.pagesdialect.PagesDialect
 
IgnorableHttpServletResponse - Class in net.sourceforge.pagesdialect
HttpServletResponse implementation which ignores everything written to the it.
IgnorableHttpServletResponse(HttpServletResponse) - Constructor for class net.sourceforge.pagesdialect.IgnorableHttpServletResponse
 
init(FilterConfig) - Method in class net.sourceforge.pagesdialect.ExportFilter
 
IterationListFinder - Class in net.sourceforge.pagesdialect
Parses a th:each expression and return its components.
IterationListFinder(Arguments, Element) - Constructor for class net.sourceforge.pagesdialect.IterationListFinder
 
IterationListPreparer - Class in net.sourceforge.pagesdialect
Utility class to build a RecoverablePagedListHolder list from the iteration object.
IterationListPreparer(Arguments, Element) - Constructor for class net.sourceforge.pagesdialect.IterationListPreparer
 

N

NavigationBarRenderer - Class in net.sourceforge.pagesdialect
Utility class to add a page navigation bar and result count.
NavigationBarRenderer(Arguments, Element, PagesDialect, PagedListHolder) - Constructor for class net.sourceforge.pagesdialect.NavigationBarRenderer
Constructor using spring PagedListHolder object.
NavigationBarRenderer(Arguments, Element, PagesDialect, Page) - Constructor for class net.sourceforge.pagesdialect.NavigationBarRenderer
Constructor using spring-date Page object.
net.sourceforge.pagesdialect - package net.sourceforge.pagesdialect
PagesDialect for the Thymeleaf template engine.
notExportingInProcess() - Method in class net.sourceforge.pagesdialect.ExportPerformer
 
now() - Static method in class net.sourceforge.pagesdialect.PagesDialectUtil
Return current date in format yyyy_MM_dd.

P

PAGE_PARAMETER - Static variable in class net.sourceforge.pagesdialect.PagesDialect
 
PAGE_PARAMETER_DEFAULT - Static variable in class net.sourceforge.pagesdialect.PagesDialect
 
PAGED_LIST_HOLDER_ATTR - Static variable in class net.sourceforge.pagesdialect.IterationListPreparer
 
PagesDialect - Class in net.sourceforge.pagesdialect
Custom Thymeleaf dialect with some pagination, sorting and export utilities.
PagesDialect() - Constructor for class net.sourceforge.pagesdialect.PagesDialect
 
PagesDialectUtil - Class in net.sourceforge.pagesdialect
Utility methods for PagesDialect.
PagesDialectUtil() - Constructor for class net.sourceforge.pagesdialect.PagesDialectUtil
 
PAGINATE_ATTR_PRECEDENCE - Static variable in class net.sourceforge.pagesdialect.PagesDialect
 
PaginateAttrProcessor - Class in net.sourceforge.pagesdialect
Thymeleaf processor that modifies a th:each to allow pagination.
PaginateAttrProcessor(String, PagesDialect) - Constructor for class net.sourceforge.pagesdialect.PaginateAttrProcessor
 
PaginateCommand - Class in net.sourceforge.pagesdialect
 
PaginateCommand(Arguments, Element, String, PagesDialect) - Constructor for class net.sourceforge.pagesdialect.PaginateCommand
 
PaginatedAttrProcessor - Class in net.sourceforge.pagesdialect
Thymeleaf processor which adds page navigation links (previous, next...) and number of results to a th:each processor.
PaginatedAttrProcessor(String, PagesDialect) - Constructor for class net.sourceforge.pagesdialect.PaginatedAttrProcessor
 
PaginatedCommand - Class in net.sourceforge.pagesdialect
 
PaginatedCommand(Arguments, Element, String, PagesDialect) - Constructor for class net.sourceforge.pagesdialect.PaginatedCommand
 
PDF_FORMAT - Static variable in class net.sourceforge.pagesdialect.ExportPerformer
 
performExport() - Method in class net.sourceforge.pagesdialect.ExportPerformer
 
processAttribute(Arguments, Element, String) - Method in class net.sourceforge.pagesdialect.ExportAttrProcessor
 
processAttribute(Arguments, Element, String) - Method in class net.sourceforge.pagesdialect.PaginateAttrProcessor
 
processAttribute(Arguments, Element, String) - Method in class net.sourceforge.pagesdialect.PaginatedAttrProcessor
 
processAttribute(Arguments, Element, String) - Method in class net.sourceforge.pagesdialect.SeparateAttrProcessor
 
processAttribute(Arguments, Element, String) - Method in class net.sourceforge.pagesdialect.SortAttrProcessor
 
processAttribute(Arguments, Element, String) - Method in class net.sourceforge.pagesdialect.SortLinkAttrProcessor
 

R

RecoverablePagedListHolder - Class in net.sourceforge.pagesdialect
PagedListHolder that allows to recover original list.
RecoverablePagedListHolder(List) - Constructor for class net.sourceforge.pagesdialect.RecoverablePagedListHolder
 

S

SEPARATE_ATTR_PRECEDENCE - Static variable in class net.sourceforge.pagesdialect.PagesDialect
 
SeparateAttrProcessor - Class in net.sourceforge.pagesdialect
Inside a th:each iteration, add a
elements after a fixed number of iterations.
SeparateAttrProcessor(String) - Constructor for class net.sourceforge.pagesdialect.SeparateAttrProcessor
 
SeparateCommand - Class in net.sourceforge.pagesdialect
 
SeparateCommand(Arguments, Element, String) - Constructor for class net.sourceforge.pagesdialect.SeparateCommand
 
setProperties(Map<String, String>) - Method in class net.sourceforge.pagesdialect.PagesDialect
 
setTypeFormatters(Set<TypeFormatter>) - Method in class net.sourceforge.pagesdialect.PagesDialect
 
simplifyString(String) - Static method in class net.sourceforge.pagesdialect.PagesDialectUtil
Simplifies a String removing all non alphanumeric data and replacing spaces by underscores.
SORT_ATTR_PRECEDENCE - Static variable in class net.sourceforge.pagesdialect.PagesDialect
 
SORT_PARAMETER - Static variable in class net.sourceforge.pagesdialect.PagesDialect
 
SORT_TYPE_PARAMETER - Static variable in class net.sourceforge.pagesdialect.PagesDialect
 
SortAttrProcessor - Class in net.sourceforge.pagesdialect
Thymeleaf processor that adds a link to sort an iteration collection.
SortAttrProcessor(String, PagesDialect) - Constructor for class net.sourceforge.pagesdialect.SortAttrProcessor
 
SortCommand - Class in net.sourceforge.pagesdialect
Adds a sort link and sort the iteration list.
SortCommand(Arguments, Element, String, PagesDialect) - Constructor for class net.sourceforge.pagesdialect.SortCommand
 
SortLinkAttrProcessor - Class in net.sourceforge.pagesdialect
Thymeleaf processor that adds a link to sort an iteration collection.
SortLinkAttrProcessor(String, PagesDialect) - Constructor for class net.sourceforge.pagesdialect.SortLinkAttrProcessor
 
SortLinkCommand - Class in net.sourceforge.pagesdialect
Adds a sort link.
SortLinkCommand(Arguments, Element, String, PagesDialect) - Constructor for class net.sourceforge.pagesdialect.SortLinkCommand
 

T

templateMessage(Arguments, String, String...) - Static method in class net.sourceforge.pagesdialect.PagesDialectUtil
 
TypeFormatter<T> - Interface in net.sourceforge.pagesdialect
Allow custom formatting for exporting using locale.
A C D E F G I N P R S T 

Copyright © 2014. All rights reserved.