Uses of Class
name.matthewgreet.strutscommons.action.AbstractActionSupport
Packages that use AbstractActionSupport
Package
Description
Template classes and supporting interfaces for Struts 2 Actions.
-
Uses of AbstractActionSupport in name.matthewgreet.strutscommons.action
Subclasses of AbstractActionSupport in name.matthewgreet.strutscommons.actionModifier and TypeClassDescriptionclass
AbstractFormDrivenActionSupport<F extends Form>
Base class of Struts 2 Action for finding or updating based on form data, or otherwise respond to POST requests.class
Template class of Struts 2 action for serving Json data of generic type T, usually for JQuery-based pages using jQuery.getJSON.class
Template class for Struts 2 actions that display something.