org.jboss.test.bench.servlet
Class SimpleServlet

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

public class SimpleServlet
extends HttpServlet

See Also:
Serialized Form

Constructor Summary
SimpleServlet()
           
 
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
 

Constructor Detail

SimpleServlet

public SimpleServlet()
Method Detail

doGet

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