Uses of Class
org.apache.struts.dispatcher.AbstractDispatcher
Packages that use AbstractDispatcher
- 
Uses of AbstractDispatcher in org.apache.struts.dispatcher
Subclasses of AbstractDispatcher in org.apache.struts.dispatcherModifier and TypeClassDescriptionclassThis abstract class is a template for choosing the target method that is named in the list-encodedparameterattribute of theActionMappingthat matches a submission parameter.classThis abstract class is a template for choosing the target method that is named by theparameterattribute of the correspondingActionMapping.classThis abstract class is a template for choosing the target method that is identified by a submission parameter. - 
Uses of AbstractDispatcher in org.apache.struts.dispatcher.servlet
Subclasses of AbstractDispatcher in org.apache.struts.dispatcher.servletModifier and TypeClassDescriptionclassThis servlet-based dispatcher chooses the target method based on theparameterattribute of theActionMappingthat matches a submission parameter.classThis servlet-based dispatcher uses the configuration value of theparameterattribute from the correspondingActionMappingto pick the appropriate method on the action.classThis servlet-based dispatcher uses the value of the request parameter to pick the appropriate method on the action.