|
||||||||||
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.DisplayAction
This class exists solely to essentially rename the act method displayPage so that it's consistant with switchedAction. (Note that all three methods in switchedAction must have different names.)
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 | |
DisplayAction()
|
Method Summary | |
org.apache.struts.action.ActionForward |
act(CheckedAction.ActionInfo info)
This is called automagically when a request is made. |
abstract org.apache.struts.action.ActionForward |
displayPage(CheckedAction.ActionInfo info)
|
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 DisplayAction()
Method Detail |
public final org.apache.struts.action.ActionForward act(CheckedAction.ActionInfo info)
CheckedAction
act
in class CheckedAction
info
- Holds the parameters that were passed to execute,
plus things like the cache and threads info deduced from those
parameters
CheckedAction.act(live.struts.actions.CheckedAction.ActionInfo)
public abstract org.apache.struts.action.ActionForward displayPage(CheckedAction.ActionInfo info)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |