org.jboss.test.deployment
Class SampleServlet

java.lang.Object
  extended byHttpServlet
      extended byorg.jboss.test.deployment.SampleServlet

public class SampleServlet
extends HttpServlet

A sample servlet

Since:
05-Apr-2005
See Also:
Serialized Form

Constructor Summary
SampleServlet()
           
 
Method Summary
protected  void doGet(HttpServletRequest req, HttpServletResponse res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleServlet

public SampleServlet()
Method Detail

doGet

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