Package org.beyondcode.struts.dispatcher

Interface Summary
DispatcherMapping This interface provides the additional methods that are needed by the Action classes in the dispatcher package.
 

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.