|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the dipatch method for cancelling an activity.
| Field Summary | |
static java.lang.String |
CANCEL_KEY
The key used to trigger the cancel method |
static java.lang.String |
CANCEL_METHOD
The method name for the cancel dispatch |
| Method Summary | |
org.apache.struts.action.ActionForward |
cancel(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
The dispatch method that is triggered when a user wishes to cancel. |
org.apache.struts.action.ActionForward |
getCancelForward(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
HttpServletRequest request)
Returns the forward for the cancel dispatch |
| Field Detail |
public static final java.lang.String CANCEL_METHOD
public static final java.lang.String CANCEL_KEY
| Method Detail |
public org.apache.struts.action.ActionForward cancel(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
throws java.lang.Exception
mapping - the ActionMappingform - the ActionFormrequest - the HttpServletRequestresponse - the HttpServletResponse
java.lang.Exception - when an error occurs.
public org.apache.struts.action.ActionForward getCancelForward(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
HttpServletRequest request)
throws java.lang.Exception
mapping - the ActionMappingform - the ActionFormrequest - the HttpServletRequest
java.lang.Exception - when an error occurs.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||