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 Commands 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.Defines a helper that returns the policy implementation (adjuster, converter or validator) from a form field policy annotation (but not custom policies as these already refer to their implementing policy), returns the default converter for a form field type, and adds/updates such lookup lists.
-
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 ten slave lists 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.Template for web level, session-based caching a master, record list with twelve slave lists for editing in various web pages.Template for web level, session-based caching a master, record list with thirteen slave lists for editing in various web pages.Template for web level, session-based caching a master, record list with fourteen slave lists for editing in various web pages.Template for web level, session-based caching a master, record list with fifteen slave lists 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.Template for web level, session-based caching a master, record list with three slave lists for editing in various web pages.Template for web level, session-based caching a master, record list with four slave lists for editing in various web pages.Template for web level, session-based caching a master, record list with five slave lists for editing in various web pages.Template for web level, session-based caching a master, record list with six slave lists for editing in various web pages.Template for web level, session-based caching a master, record list with seven slave lists for editing in various web pages.Template for web level, session-based caching a master, record list with eight slave lists for editing in various web pages.Template for web level, session-based caching a master, record list with nine 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.Whether a converter annotation is explicitly set and whether it's single value or collection.Modes of how an unformatted, record field is converted to a formatted, display field, each with their own processing function.Whether a record or display field is a single value, array, or collection.Thread local execution state of algorithm about a field.Thread local execution state of algorithm.Standard implementation of
PolicyLookupthat creates a Singleton instance from an initial configuration that returns the built-in form field policies and, if classpath scanning is enabled, automatically finds and adds bespoke ones.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 default converter for a single value field.Describes table entry that finds a default converter for a single value field.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 Commands 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 likeAbstractCompositeCache.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 pairedIdListFinderinstance.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.Defines a helper that returns the policy implementation (adjuster, converter or validator) from a form field policy annotation (but not custom policies as these already refer to their implementing policy), returns the default converter for a form field type, and adds/updates such lookup lists.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 Commands 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.