Uses of Enum Class
name.matthewgreet.strutscommons.util.ListCache.PaginationMode
Packages that use ListCache.PaginationMode
Package
Description
Various helper classes, especially for session-based data, and libraries.
-
Uses of ListCache.PaginationMode in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return ListCache.PaginationModeModifier and TypeMethodDescriptionListCache.getPaginationMode()
Returns how pages are retrieved.ListCache.ListCacheConfig.getPaginationMode()
Returns pagination mode that will be used.static ListCache.PaginationMode
Returns the enum constant of this class with the specified name.static ListCache.PaginationMode[]
ListCache.PaginationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in name.matthewgreet.strutscommons.util with parameters of type ListCache.PaginationModeModifier and TypeMethodDescriptionvoid
ListCache.ListCacheConfig.setPaginationMode
(ListCache.PaginationMode paginationMode)