| Package | Description |
|---|---|
| org.apache.struts2.dispatcher |
Classes for action dispatching in Struts (the Controller part of MVC).
|
| org.apache.struts2.dispatcher.multipart |
Classes to help dispatch multipart HTTP requests.
|
| org.apache.struts2.dispatcher.ng |
This package contains a reimagining of the traditional Struts filter dispatchers.
|
| org.apache.struts2.dispatcher.ng.filter | |
| org.apache.struts2.util |
Miscellaneous helper classes.
|
| org.apache.struts2.views.freemarker |
Classes for views using FreeMarker.
|
| Class and Description |
|---|
| Dispatcher
A utility class the actual dispatcher delegates most of its tasks to.
|
| DispatcherErrorHandler
Implementation of this interface is used to handle internal errors or missing resources.
|
| DispatcherListener
A interface to tag those that want to execute code on the init and
destory of a Dispatcher.
|
| FilterDispatcher
Deprecated.
Since Struts 2.1.3, use
StrutsPrepareAndExecuteFilter instead or
StrutsPrepareFilter and StrutsExecuteFilter
if needing using the ActionContextCleanUp filter in addition to this one |
| ServletRedirectResult
Calls the
sendRedirect
method to the location specified. |
| StaticContentLoader
Interface for loading static resources, based on a path.
|
| StrutsResultSupport
A base class for all Struts action execution results.
|
| Class and Description |
|---|
| StrutsRequestWrapper
All Struts requests are wrapped with this class, which provides simple JSTL accessibility.
|
| Class and Description |
|---|
| Dispatcher
A utility class the actual dispatcher delegates most of its tasks to.
|
| StaticContentLoader
Interface for loading static resources, based on a path.
|
| Class and Description |
|---|
| Dispatcher
A utility class the actual dispatcher delegates most of its tasks to.
|
| Class and Description |
|---|
| Dispatcher
A utility class the actual dispatcher delegates most of its tasks to.
|
| Class and Description |
|---|
| StrutsResultSupport
A base class for all Struts action execution results.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.