bookExamples.ch05ControlStructs
Class DispatchCommand

java.lang.Object
  extended by bookExamples.ch05ControlStructs.DispatchCommand

public class DispatchCommand
extends java.lang.Object


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

DispatchCommand

public DispatchCommand(java.lang.String _commandString)
Method Detail

getCommand

public java.lang.String getCommand()

run

public void run(javax.servlet.http.HttpServletRequest request,
                javax.servlet.http.HttpServletResponse response)