Package org.apache.struts.dispatcher.servlet
package org.apache.struts.dispatcher.servlet
-
ClassesClassDescriptionThis servlet-based dispatcher chooses the target method based on the
parameterattribute of theActionMappingthat matches a submission parameter.This servlet-based dispatcher uses the configuration value of theparameterattribute from the correspondingActionMappingto 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.