|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectbookExamples.ch05ControlStructs.DispatchCommand
public class DispatchCommand
Constructor Summary | |
---|---|
DispatchCommand(java.lang.String _commandString)
|
Method Summary | |
---|---|
java.lang.String |
getCommand()
|
void |
run(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DispatchCommand(java.lang.String _commandString)
Method Detail |
---|
public java.lang.String getCommand()
public void run(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |