| |
|
| java.lang.Object csdl.stackmvc.control.command.ClearCommand
ClearCommand | public class ClearCommand implements Command(Code) | | Implements the "Clear" command by clearing the stack instance.
author: Jitender Miglani author: Philip Johnson |
Method Summary | |
public Page | process(HttpServletRequest request) Processes the "Clear" 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 "Clear" 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). |
|
|
|