bookExamples.ch05ControlStructs
Class AddressDispatchProcessor
java.lang.Object
   bookExamples.ch05ControlStructs.AddressDispatchProcessor
bookExamples.ch05ControlStructs.AddressDispatchProcessor
- public class AddressDispatchProcessor 
- extends java.lang.Object
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AddressDispatchProcessor
public AddressDispatchProcessor()
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()
-