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 TypeClassDescriptionclass
This abstract class is a template for choosing the target method that is named in the list-encodedparameter
attribute of theActionMapping
that matches a submission parameter. -
Uses of AbstractMappingDispatcher in org.apache.struts.dispatcher.servlet
Subclasses of AbstractMappingDispatcher in org.apache.struts.dispatcher.servletModifier and TypeClassDescriptionclass
This servlet-based dispatcher chooses the target method based on theparameter
attribute of theActionMapping
that matches a submission parameter.class
This servlet-based dispatcher uses the configuration value of theparameter
attribute from the correspondingActionMapping
to pick the appropriate method on the action.