Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.obinary.cms
Class Dispatcher  view Dispatcher download Dispatcher.java

java.lang.Object
  extended bycom.obinary.cms.Dispatcher

public class Dispatcher
extends java.lang.Object

User: sameercharles Date: Apr 28, 2003 Time: 11:20:59 AM

Version:
1.0

Constructor Summary
Dispatcher()
           
 
Method Summary
static void dispatch(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletContext sc)
          dispatches the current requested to the handler JSP / Servlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dispatcher

public Dispatcher()
Method Detail

dispatch

public static void dispatch(javax.servlet.http.HttpServletRequest req,
                            javax.servlet.http.HttpServletResponse res,
                            javax.servlet.ServletContext sc)
                     throws javax.servlet.ServletException,
                            java.io.IOException

dispatches the current requested to the handler JSP / Servlet