|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectDispatchAction
com.aurel.track.admin.account.AccountAction
public class AccountAction
| Constructor Summary | |
|---|---|
AccountAction()
|
|
| Method Summary | |
|---|---|
ActionForward |
add(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
This method handles the add request. |
ActionForward |
delete(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
This method handles the delete request. |
ActionForward |
deleteFinal(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
This method handles the deleteFinal request. |
ActionForward |
edit(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
This method handles the edit request. |
ActionForward |
load(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
This method handles the load request. |
ActionForward |
save(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
This method handles the save request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccountAction()
| Method Detail |
|---|
public ActionForward load(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
mapping - Struts mapping pertaining to this actionform - Struts form bean belonging to this actionrequest - the calling requestresponse - where to put the response
public ActionForward add(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
save(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) request is called.
mapping - Struts mapping pertaining to this actionform - Struts form bean belonging to this actionrequest - the calling requestresponse - where to put the response
public ActionForward edit(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
save(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) request is called.
mapping - Struts mapping pertaining to this actionform - Struts form bean belonging to this actionrequest - the calling requestresponse - where to put the response
public ActionForward save(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
add(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) or save(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
operation to the database.
mapping - Struts mapping pertaining to this actionform - Struts form bean belonging to this actionrequest - the calling requestresponse - where to put the response
public ActionForward delete(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
Only after selecting a replacement value the old option value can be
deleted using the deleteFinal(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) method.
mapping - Struts mapping pertaining to this actionform - Struts form bean belonging to this actionrequest - the calling requestresponse - where to put the response
public ActionForward deleteFinal(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
mapping - Struts mapping pertaining to this actionform - Struts form bean belonging to this actionrequest - the calling requestresponse - where to put the response
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||