Uses of Interface
name.matthewgreet.strutscommons.action.BrowserTabAware
Packages that use BrowserTabAware
Package
Description
Template classes and supporting interfaces for Struts 2 Actions.
-
Uses of BrowserTabAware in name.matthewgreet.strutscommons.action
Classes in name.matthewgreet.strutscommons.action that implement BrowserTabAwareModifier and TypeClassDescriptionclass
Base class of Struts 2 Action that supports server state per browser tab.class
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.