Package name.matthewgreet.strutscommons.util
package name.matthewgreet.strutscommons.util
-
ClassDescriptionTemplate for web level, session-based caching a master, record list for editing in various web pages.AbstractCompositeCache_1S<KM extends Serializable,
TM extends Serializable, K1 extends Serializable, T1 extends Serializable> Template for web level, session-based caching a master, record list with one slave list for editing in various web pages.AbstractCompositeCache_2S<KM extends Serializable,TM extends Serializable, K1 extends Serializable, T1 extends Serializable, K2 extends Serializable, T2 extends Serializable> Template for web level, session-based caching a master, record list with two slave lists for editing in various web pages.Static library functions for formatting data for display but also parsing them for validation.FormDriven<T extends AbstractForm>Interface indicating Struts 2 action accepts form data into a form object and describes how the form should be handled in workflow.Strategy for finding list of ids or other primary keys.Generic Adapter definition for extracting the id or primary key from a Data Transfer Object or entity bean.Configuration set by concrete class to control template behaviour for lists.ListCacheListener<T extends Serializable>Notifies that list, selected item, or selection index changed or marked for reload.Comparator used byListCache
.Strategy for finding a sorted list.ListSizeFinder<M extends Serializable>Strategy for finding the size of a list of records.Class for serializable type parameters where no instance will actually be created.Strategy for lazy loading a page of records to display from their ids (or other unique key), typically found by a pairedIdListFinder
instance.Strategy for lazy loading a page of records to display from an index range (0 based), typically with list size found byListSizeFinder
.PageExtensionAssembler<T extends Serializable>Transfer Object Assembler for lazy loading additional data needed for a search results page that a base record list finder (instance ofListFinder
) does not find.Static library functions for servlets.Strategy for finding single item.Static functions used by validators.Describes a type of form field annotation and an instance of the policy it configures.Describes table entry that finds a policy class from the annotation class that configures it.