| java.lang.Object csdl.stackmvc.control.command.DoubleCommand
DoubleCommand | public class DoubleCommand implements Command(Code) | | Implements the pop command by popping off the top value from the stack.
author: Jitender Miglani author: Philip Johnson |
Method Summary | |
public Page | process(HttpServletRequest request) Processes the "Double" command sent by the user.
If an empty stack is popped, then the ErrorMessage attribute is set.
Sets the stackArray attribute with the resulting stack contents.
Parameters: request - The request object. |
process | public Page process(HttpServletRequest request)(Code) | | Processes the "Double" command sent by the user.
If an empty stack is popped, then the ErrorMessage attribute is set.
Sets the stackArray attribute with the resulting stack contents.
Parameters: request - The request object. The page to be displayed (Page.INDEX). |
|
|