|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--extensions.gem.ForwardCommand
Program: ForwardCommand.java This simple command just forwards the browser to the next JSP page specified in the constructor.
Constructor Summary | |
ForwardCommand(java.lang.String nextPage)
|
Method Summary | |
extensions.gem.HttpServletResponse |
execute(extensions.gem.HttpServletRequest req,
extensions.gem.HttpServletResponse res)
Don't really need to do anything here, just return the name of the next page to display. |
java.lang.String |
getNextPage()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ForwardCommand(java.lang.String nextPage)
Method Detail |
public extensions.gem.HttpServletResponse execute(extensions.gem.HttpServletRequest req, extensions.gem.HttpServletResponse res)
public java.lang.String getNextPage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |