bookExamples.ch05ControlStructs
Class ServletDispatcher
java.lang.Object
   bookExamples.ch05ControlStructs.ServletDispatcher
bookExamples.ch05ControlStructs.ServletDispatcher
- public class ServletDispatcher 
- extends java.lang.Object
 
| Method Summary | 
|  void | add(DispatchCommand dc)
 | 
|  void | execute(java.lang.String s,
        javax.servlet.http.HttpServletRequest request,
        javax.servlet.http.HttpServletResponse response)
 | 
| static void | gotoPage(javax.servlet.http.HttpServlet s,
         java.lang.String address,
         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 | 
 
ServletDispatcher
public ServletDispatcher()
add
public void add(DispatchCommand dc)
- 
 
execute
public void execute(java.lang.String s,
                    javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
- 
 
gotoPage
public static void gotoPage(javax.servlet.http.HttpServlet s,
                            java.lang.String address,
                            javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response)
-