| |
|
| java.lang.Object csdl.stackmvc.control.command.PushCommand
PushCommand | public class PushCommand implements Command(Code) | | Implements the Push command by pushing the value supplied by the user
onto the stack.
author: Jitender Miglani author: Philip Johnson |
Method Summary | |
public Page | process(HttpServletRequest request) Processes the "Push" command sent by the user.
Sets the stackArray attribute with the resulting stack contents.
Parameters: request - The request object. |
process | public Page process(HttpServletRequest request)(Code) | | Processes the "Push" command sent by the user.
Sets the stackArray attribute with the resulting stack contents.
Parameters: request - The request object. The page to be displayed (Page.INDEX). |
|
|
|