Package org.apache.struts.dispatcher.servlet
package org.apache.struts.dispatcher.servlet
-
ClassDescriptionThis servlet-based dispatcher chooses the target method based on the
parameter
attribute of theActionMapping
that matches a submission parameter.This servlet-based dispatcher uses the configuration value of theparameter
attribute from the correspondingActionMapping
to pick the appropriate method on the action.This class helps resolve methods with servlet-based signatures.This servlet-based dispatcher uses the value of the request parameter to pick the appropriate method on the action.