|
Class Summary |
| DispatcherMappingImpl |
This class provides a default implementation of the
DispatcherMapping interface. |
| DispatcherTestServlet |
On start-up, this class tests the action mappings read from
struts-config.xml and writes its findings into
the servlet log. |
| FormDispatcherAction |
This class forwards an incoming request to another Action,
when it finds a request parameter with the same name as one the local
forwards. |
| MethodDispatcherAction |
This class dispatches incoming requests to one of its member functions
according to the value of the method property of the
mapping supplied with the request. |