java.lang.Object
org.infohazard.maverick.flow.CommandBase
org.infohazard.maverick.flow.CommandSingleView
- All Implemented Interfaces:
- Command
- class CommandSingleView
- extends CommandBase
Command implementation which only knows about a single view.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
singleView
protected View singleView
controller
protected Controller controller
Reference to our Controller.
CommandSingleView
public CommandSingleView(Controller ctl,
View v)
getView
protected View getView(java.lang.String viewName)
- Specified by:
getView in class CommandBase
go
public void go(MaverickContext mctx)
throws java.io.IOException,
javax.servlet.ServletException
- Description copied from interface:
Command
Execute the Command and render the results!
- Specified by:
go in interface Command