Uses of Class
org.apache.struts.dispatcher.AbstractMappingDispatcher
Packages that use AbstractMappingDispatcher
- 
Uses of AbstractMappingDispatcher in org.apache.struts.dispatcher
Subclasses of AbstractMappingDispatcher 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. - 
Uses of AbstractMappingDispatcher in org.apache.struts.dispatcher.servlet
Subclasses of AbstractMappingDispatcher 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.