Uses of Class
name.matthewgreet.strutscommons.action.AbstractViewActionSupport
Packages that use AbstractViewActionSupport
Package
Description
Template classes and supporting interfaces for Struts 2 Actions.
-
Uses of AbstractViewActionSupport in name.matthewgreet.strutscommons.action
Subclasses of AbstractViewActionSupport in name.matthewgreet.strutscommons.actionModifier and TypeClassDescriptionclass
AbstractViewListActionSupport<M extends Serializable,
K extends Serializable, T extends Serializable, FT> Struts 2 Template class for displaying and controlling list data on a JSP from an instance ofListCache
, which, if it's a slave list, is linked to a master list.