Class ServletMethodResolver

java.lang.Object
org.apache.struts.dispatcher.AbstractMethodResolver
org.apache.struts.dispatcher.servlet.ServletMethodResolver
All Implemented Interfaces:
Serializable, MethodResolver

public class ServletMethodResolver extends AbstractMethodResolver
This class helps resolve methods with servlet-based signatures. The following examples illustrate the method signatures supported:
  • return_type execute()
  • return_type execute(ActionContext context)
  • return_type execute(ServletActionContext context)
  • return_type execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
Since:
Struts 1.4
Version:
$Rev$
See Also: