org.jboss.test.bench.servlet
Class Dispatcher

java.lang.Object
  extended byHttpServlet
      extended byorg.jboss.test.bench.servlet.Dispatcher

public class Dispatcher
extends HttpServlet

See Also:
Serialized Form

Field Summary
static java.lang.String[] params
           
 
Constructor Summary
Dispatcher()
           
 
Method Summary
protected  void doGet(HttpServletRequest req, HttpServletResponse resp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

params

public static java.lang.String[] params
Constructor Detail

Dispatcher

public Dispatcher()
Method Detail

doGet

protected void doGet(HttpServletRequest req,
                     HttpServletResponse resp)
              throws ServletException,
                     java.io.IOException
Throws:
ServletException
java.io.IOException