|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.Action
live.struts.actions.CheckedAction
live.struts.actions.SwitchedAction
live.struts.actions.DeleteSharedMemAction
Action to delete a shared memory segment as specified in the request parameter segName
Nested Class Summary |
Nested classes inherited from class live.struts.actions.CheckedAction |
CheckedAction.ActionInfo |
Field Summary |
Fields inherited from class org.apache.struts.action.Action |
defaultLocale, servlet |
Constructor Summary | |
DeleteSharedMemAction()
|
Method Summary | |
org.apache.struts.action.ActionForward |
displayPage(CheckedAction.ActionInfo info)
This function is called when a request was submitted by an HTTP GET request. |
org.apache.struts.action.ActionForward |
performAction(CheckedAction.ActionInfo info)
This function is called when a request was submitted by an HTTP POST request. |
Methods inherited from class live.struts.actions.SwitchedAction |
act |
Methods inherited from class live.struts.actions.CheckedAction |
execute |
Methods inherited from class org.apache.struts.action.Action |
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DeleteSharedMemAction()
Method Detail |
public org.apache.struts.action.ActionForward performAction(CheckedAction.ActionInfo info)
SwitchedAction
SwitchedAction.displayPage(CheckedAction.ActionInfo)
so that you know that the user is
coming from that page.
performAction
in class SwitchedAction
info
- The request info passed to SwitchedAction.act(CheckedAction.ActionInfo)
SwitchedAction.performAction(live.struts.actions.CheckedAction.ActionInfo)
public org.apache.struts.action.ActionForward displayPage(CheckedAction.ActionInfo info)
SwitchedAction
displayPage
in class SwitchedAction
info
- The request info passed to SwitchedAction.act(CheckedAction.ActionInfo)
SwitchedAction.displayPage(live.struts.actions.CheckedAction.ActionInfo)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |