bookExamples.ch05ControlStructs
Class AddressDispatchProcessor

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

public class AddressDispatchProcessor
extends java.lang.Object


Constructor Summary
AddressDispatchProcessor()
           
 
Method Summary
static void doLogin(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static void doLogout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static ServletDispatcher getServletDispatcher()
           
static ServletDispatcher initServletDispatcher()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressDispatchProcessor

public AddressDispatchProcessor()
Method Detail

doLogin

public static void doLogin(javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response)
                    throws java.io.IOException
Throws:
java.io.IOException

doLogout

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

initServletDispatcher

public static ServletDispatcher initServletDispatcher()

getServletDispatcher

public static ServletDispatcher getServletDispatcher()