|
|||||||||
| Home >> All >> com >> obinary >> [ cms overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.obinary.cms
Class Dispatcher

java.lang.Objectcom.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
|
|||||||||
| Home >> All >> com >> obinary >> [ cms overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.obinary.cms.Dispatcher