Package org.apache.struts.dispatcher
Interface Dispatcher
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractDispatcher
,AbstractEventMappingDispatcher
,AbstractMappingDispatcher
,AbstractParameterDispatcher
,ActionDispatcher
,EventActionDispatcher
,ServletEventMappingDispatcher
,ServletMappingDispatcher
,ServletParameterDispatcher
This interface defines an intermediate handler that determines what method to
execute in an
Action
. Unlike the classical execute
signature, it is up to the dispatcher implementation to determine the
particular arguments and return type.- Since:
- Struts 1.4
- Version:
- $Rev$
-
Method Summary
Modifier and TypeMethodDescriptiondispatch
(ActionContext context) Dispatches to the action referenced by the specified context.
-
Method Details