Uses of Package
name.matthewgreet.strutscommons.action
Packages that use name.matthewgreet.strutscommons.action
Package
Description
Template classes and supporting interfaces for Struts 2 Actions.
Various Struts 2 Interceptors.
Various view helpers used for JSP pages.
-
Classes in name.matthewgreet.strutscommons.action used by name.matthewgreet.strutscommons.actionClassDescriptionBase class of Struts 2 Action that supports server state per browser tab.Configures list to be loaded by Struts, finder action and whether empty lists means search parameters must be rejected.Configures list to be loaded by Struts, finder action and whether empty lists means search parameters must be rejected.Configures list to be loaded by Struts, finder action and whether empty lists means search parameters must be rejected.Configures list to be loaded by Struts, finder action and whether empty lists means search parameters must be rejected.Configures list to be loaded by Struts, finder action and whether empty lists means search parameters must be rejected.Base class of Struts 2 Action for finding or updating based on form data, or otherwise respond to POST requests.Configures list that is updated by save action.Forwarding and cache updating response set by concrete subclass.ADD_AND_RELOAD_ITEMAdds item to list and reloads item for all required data. ADD_ITEMAdds item to list, which must have all expected data. DESELECTSets the list selection to no item. NONEDoes not affect list. RELOAD_ENTIREReloads master list, which means all slave lists are cleared for reload. RELOAD_ITEMReloads selected item of list only. RELOAD_LISTReloads list using current list finder. RELOAD_MASTERReloads selected item of master list, which means all slave lists are cleared for reload. REMOVE_ITEMRemoves selected item of list.Template class for Struts 2 actions that display something.Configures list to be loaded by viewer action.Deprecated.An old design that can't handle session copying.Interface for Struts 2 actions that accept a browser tab id.Like
HttpSession
, stores sets of named data or attribute about a user between requests but data are private to each browser tab, so different pages of the same browser don't clash when using the same name.Interface indicating Struts 2 action accepts form data into a form object and describes how the form should be handled in workflow. -
Classes in name.matthewgreet.strutscommons.action used by name.matthewgreet.strutscommons.interceptorClassDescriptionInterface for Struts 2 actions that accept a browser tab id.Like
HttpSession
, stores sets of named data or attribute about a user between requests but data are private to each browser tab, so different pages of the same browser don't clash when using the same name. -
Classes in name.matthewgreet.strutscommons.action used by name.matthewgreet.strutscommons.viewClassDescriptionLike
HttpSession
, stores sets of named data or attribute about a user between requests but data are private to each browser tab, so different pages of the same browser don't clash when using the same name.