execute
public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
Processes the specified HTTP request and creates the corresponding HTTP
response by forwarding to a JSP that will create it. Returns an ActionForward
instance that maps to the Struts
forwarding name "xxx.xxx," which must be configured in struts-config.xml to
forward to the JSP page that will handle the request.
- Overrides:
execute
in class org.apache.struts.action.Action
- Parameters:
mapping
- Description of the Parameter
form
- Description of the Parameter
request
- Description of the Parameter
response
- Description of the Parameter
- Returns:
- Description of the Return Value
- Throws:
java.io.IOException
- Description of the Exception
javax.servlet.ServletException
- Description of the Exception