|
|||||||||
| Home >> All >> org >> apache >> struts >> [ action overview ] | PREV NEXT | ||||||||
Uses of Class
org.apache.struts.action.Action
| Uses of Action in org.apache.struts.action |
| Methods in org.apache.struts.action that return Action | |
protected Action |
RequestProcessor.processActionCreate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ActionMapping mapping)
Return an Action instance that will be used to process
the current request, creating a new one if necessary. |
| Methods in org.apache.struts.action with parameters of type Action | |
protected ActionForward |
RequestProcessor.processActionPerform(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Action action,
ActionForm form,
ActionMapping mapping)
Ask the specified Action instance to handle this
request. |
|
|||||||||
| Home >> All >> org >> apache >> struts >> [ action overview ] | PREV NEXT | ||||||||