Uses of Package
name.matthewgreet.strutscommons.util
Packages that use name.matthewgreet.strutscommons.util
Package
Description
Template classes and supporting interfaces for Struts 2 Actions.
Various Struts 2 Interceptors.
Various helper classes, especially for session-based data, and libraries.
Various view helpers used for JSP pages.
-
Classes in name.matthewgreet.strutscommons.util used by name.matthewgreet.strutscommons.actionClassDescriptionStrategy for finding list of ids or other primary keys.Template, record list framework that uses finder Strategies to lazy load lists, pages of a list, and details of the currently selected record as needed, and typically combined with others in a framework like
AbstractCompositeCache
.Comparator used byListCache
.Strategy for finding a sorted list.Strategy for finding the size of a list of records.Strategy for lazy loading a page of records to display from an index range (0 based), typically with list size found byListSizeFinder
. -
Classes in name.matthewgreet.strutscommons.util used by name.matthewgreet.strutscommons.interceptorClassDescriptionInterface validating a form based on annotations in Struts 2.Interface of form formatter in Struts 2.Describes a type of form field annotation and an instance of the policy it configures.
-
Classes in name.matthewgreet.strutscommons.util used by name.matthewgreet.strutscommons.utilClassDescriptionTemplate for web level, session-based caching a master, record list for editing in various web pages.Template for web level, session-based caching a master, record list with one slave list for editing in various web pages.Template for web level, session-based caching a master, record list with two slave lists for editing in various web pages.Interface validating a form based on annotations in Struts 2.Thread local execution state of algorithm about a field.Thread local execution state of algorithm.Describes processing step.Modes of how an unformatted, record field is converted to a formatted, display field, each with their own processing function.Thread local execution state of algorithm about a field.Thread local execution state of algorithm.Interface of library for formatting a record to a view helper in Struts 2.Interface of form formatter in Struts 2.Strategy for finding list of ids or other primary keys.Summarises the list of recognised annotations of a form field.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.Generic Adapter definition for extracting the id or primary key from a Data Transfer Object or entity bean.Template, record list framework that uses finder Strategies to lazy load lists, pages of a list, and details of the currently selected record as needed, and typically combined with others in a framework like
AbstractCompositeCache
.Configuration set by concrete class to control template behaviour for lists.Notifies that list, selected item, or selection index changed or marked for reload.Comparator used byListCache
.Strategy for finding a sorted list.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
.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.Strategy for finding single item. -
Classes in name.matthewgreet.strutscommons.util used by name.matthewgreet.strutscommons.viewClassDescriptionTemplate for web level, session-based caching a master, record list for editing in various web pages.Template, record list framework that uses finder Strategies to lazy load lists, pages of a list, and details of the currently selected record as needed, and typically combined with others in a framework like
AbstractCompositeCache
.