com.arsdigita.bebop.demo
Class BebopDispatcher
java.lang.Object
com.arsdigita.bebop.demo.BebopDispatcher
- All Implemented Interfaces:
- Dispatcher
- public class BebopDispatcher
- extends Object
- implements Dispatcher
Remnants of the once glorious Bebop dispatcher class.
Serves one page on all urls, notifying visitors about the merging
of demo-bebop into bebop-demo.
Method Summary |
void |
dispatch(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
RequestContext ctx)
Dispatches this request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionId
public static final String versionId
- See Also:
- Constant Field Values
BebopDispatcher
public BebopDispatcher()
dispatch
public void dispatch(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
RequestContext ctx)
throws javax.servlet.ServletException,
IOException
- Description copied from interface:
Dispatcher
- Dispatches this request.
- Specified by:
dispatch
in interface Dispatcher
- Parameters:
req
- the servlet request objectresp
- the servlet response objectctx
- the request context
- Throws:
javax.servlet.ServletException
- may be thrown by the
dispatcher to propagate a generic error to its caller
IOException
- may be thrown by the dispatcher
to indicate an I/O error
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC