planetj.dataengine.test
Class TestServlet

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--planetj.dataengine.test.TestServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class TestServlet
extends javax.servlet.http.HttpServlet

See Also:
Serialized Form

Constructor Summary
TestServlet()
          TestServlet constructor comment.
 
Method Summary
 void service(javax.servlet.ServletRequest arg1, javax.servlet.ServletResponse arg2)
          service method comment.
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestServlet

public TestServlet()
TestServlet constructor comment.

Method Detail

service

public void service(javax.servlet.ServletRequest arg1,
                    javax.servlet.ServletResponse arg2)
             throws javax.servlet.ServletException,
                    IOException
service method comment.

Specified by:
service in interface javax.servlet.Servlet
Overrides:
service in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException