edu.pdx.cs399J.servlets
Class ServletInfoServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
edu.pdx.cs399J.servlets.ServletInfoServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class ServletInfoServlet
- extends HttpServlet
A servlet that returns all sorts of information available from the
servlet API.
- Since:
- Summer 2005
- Author:
- David Whitlock
- See Also:
- Serialized Form
| 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletInfoServlet
public ServletInfoServlet()
doPost
protected void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doPost in class HttpServlet
- Throws:
ServletException
IOException
doPut
protected void doPut(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doPut in class HttpServlet
- Throws:
ServletException
IOException
doGet
protected void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Display information from the
HttpServletRequest, HttpServletResponse
- Overrides:
doGet in class HttpServlet
- Throws:
ServletException
IOException
Copyright © 2000-2009 Portland State University. All Rights Reserved.