Uses of Package
name.matthewgreet.strutscommons.action
Packages that use name.matthewgreet.strutscommons.action
Package
Description
-
Classes in name.matthewgreet.strutscommons.action used by name.matthewgreet.strutscommons.actionClassDescriptionBase class of Struts 2 action that supports injection of user details and other custom integration.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. -
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.