Uses of Enum Class
name.matthewgreet.strutscommons.util.ListCache.PaginationMode
Packages that use ListCache.PaginationMode
Package
Description
Template classes and supporting interfaces for Struts 2 Actions.
Various helper classes, especially for session-based data, and libraries.
-
Uses of ListCache.PaginationMode in name.matthewgreet.strutscommons.action
Methods in name.matthewgreet.strutscommons.action that return ListCache.PaginationModeModifier and TypeMethodDescriptionAbstractFindListMultiModeActionSupport.FindListMultiModeResponse.getPaginationMode()Returns pagination mode.Methods in name.matthewgreet.strutscommons.action with parameters of type ListCache.PaginationModeModifier and TypeMethodDescriptionvoidAbstractFindListMultiModeActionSupport.FindListMultiModeResponse.setPaginationMode(ListCache.PaginationMode paginationMode) -
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.PaginationModeReturns 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 TypeMethodDescriptionvoidListCache.ListCacheConfig.setPaginationMode(ListCache.PaginationMode paginationMode)