-
class
This abstract class is a template for choosing the target method that is
named in the list-encoded
parameter
attribute of the
ActionMapping
that matches a submission parameter.
class
This abstract class is a template for choosing the target method that is
named by the
parameter
attribute of the corresponding
ActionMapping
.
class
This abstract class is a template for choosing the target method that is
identified by a submission parameter.
-
class
This servlet-based dispatcher chooses the target method based on the
parameter
attribute of the
ActionMapping
that matches
a submission parameter.
class
This servlet-based dispatcher uses the configuration value of the
parameter
attribute from the corresponding
ActionMapping
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.