com.arsdigita.bebop.demo
Class BebopDispatcher

java.lang.Object
  extended bycom.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.


Field Summary
static String versionId
           
 
Constructor Summary
BebopDispatcher()
           
 
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
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

BebopDispatcher

public BebopDispatcher()
Method Detail

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 object
resp - the servlet response object
ctx - 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