|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjmmvc.Command
jmmvc.MultiCommand
public abstract class MultiCommand
An abstract Command class that dispatches to a public method that is named by the request parameter method. This Command is useful for developers who prefer to combine many similar commands into a single Command subclass, in order to simplify their application design.
| Field Summary |
|---|
| Fields inherited from class jmmvc.Command |
|---|
application, request, response, session |
| Constructor Summary | |
|---|---|
MultiCommand()
|
|
| Method Summary | |
|---|---|
ViewForward |
execute(UserRequest userRequest)
Implementation of asbtract superclass method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiCommand()
| Method Detail |
|---|
public ViewForward execute(UserRequest userRequest)
throws java.lang.Exception
execute in class CommanduserRequest - - the incoming user request
java.lang.Exception
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||