|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.apache.struts2.dispatcher | |
|---|---|
| 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.jsf | Integrates the JSF library into Struts. |
| org.apache.struts2.portlet.result | |
| org.apache.struts2.views.freemarker | Classes for views using FreeMarker. |
| org.apache.struts2.views.tiles | |
| Classes in org.apache.struts2.dispatcher used by org.apache.struts2.dispatcher | |
|---|---|
| Dispatcher
A utility class the actual dispatcher delegates most of its tasks to. |
|
| DispatcherListener
A interface to tag those that want to execute code on the init and destory of a Dispatcher. |
|
| FilterDispatcher
Master filter for Struts that handles four distinct responsibilities: Executing actions Cleaning up the ActionContext (see note)
Serving static content
Kicking off XWork's interceptor chain for the request lifecycle
IMPORTANT: this filter must be mapped to all requests. |
|
| ServletRedirectResult
Calls the sendRedirect
method to the location specified. |
|
| StrutsResultSupport
A base class for all Struts action execution results. |
|
| Classes in org.apache.struts2.dispatcher used by org.apache.struts2.dispatcher.multipart | |
|---|---|
| StrutsRequestWrapper
All Struts requests are wrapped with this class, which provides simple JSTL accessibility. |
|
| Classes in org.apache.struts2.dispatcher used by org.apache.struts2.jsf | |
|---|---|
| StrutsResultSupport
A base class for all Struts action execution results. |
|
| Classes in org.apache.struts2.dispatcher used by org.apache.struts2.portlet.result | |
|---|---|
| StrutsResultSupport
A base class for all Struts action execution results. |
|
| Classes in org.apache.struts2.dispatcher used by org.apache.struts2.views.freemarker | |
|---|---|
| StrutsResultSupport
A base class for all Struts action execution results. |
|
| Classes in org.apache.struts2.dispatcher used by org.apache.struts2.views.tiles | |
|---|---|
| ServletDispatcherResult
Includes or forwards to a view (usually a jsp). |
|
| StrutsResultSupport
A base class for all Struts action execution results. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||