com.qindesign.servlet.example
Class SnapInfoServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.qindesign.servlet.example.SnapInfoServlet
- All Implemented Interfaces:
- Servlet, ServletConfig
public class SnapInfoServlet
- extends HttpServlet
This servlet prints information about the SNAP.
- Version:
- 1.0.4
- Author:
- Shawn Silverman
SnapInfoServlet
public SnapInfoServlet()
init
public void init()
throws ServletException
- Initializes the servlet.
- Overrides:
init in class GenericServlet
- Throws:
ServletException
doGet
protected void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
- Process a GET request.
- Overrides:
doGet in class HttpServlet
- Throws:
ServletException
IOException
© 2001-2007 Shawn Silverman