|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the interface for an action that supports the create, remove, edit, and delete operations
Method Summary | |
org.apache.struts.action.ActionForward |
create(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 create something. |
org.apache.struts.action.ActionForward |
edit(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 edit something. |
org.apache.struts.action.ActionForward |
getCreateForward(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
HttpServletRequest request)
Returns the forward for the create dispatch |
org.apache.struts.action.ActionForward |
getEditForward(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
HttpServletRequest request)
Returns the forward for the edit dispatch |
org.apache.struts.action.ActionForward |
getRemoveForward(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
HttpServletRequest request)
Returns the forward for the remove dispatch |
org.apache.struts.action.ActionForward |
remove(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 remove something. |
Method Detail |
public org.apache.struts.action.ActionForward create(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 edit(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 remove(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 getCreateForward(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, HttpServletRequest request) throws java.lang.Exception
mapping
- @add-javadoc!!!form
- @add-javadoc!!!request
- @add-javadoc!!!
java.lang.Exception
- @add-javadoc!!!public org.apache.struts.action.ActionForward getEditForward(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, HttpServletRequest request) throws java.lang.Exception
mapping
- @add-javadoc!!!form
- @add-javadoc!!!request
- @add-javadoc!!!
java.lang.Exception
- @add-javadoc!!!public org.apache.struts.action.ActionForward getRemoveForward(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 |