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 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.class
This abstract class is a template for choosing the target method that is named by theparameter
attribute of the correspondingActionMapping
.class
This 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 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.class
This servlet-based dispatcher uses the value of the request parameter to pick the appropriate method on the action.