javax.servlet.http
Class HttpServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
- public abstract class HttpServlet
- extends GenericServlet
- implements Serializable
Specifications inherited from class Object |
represents objectState <- org.jmlspecs.lang.JMLDataGroup.IT;
public represents _getClass <- \typeof(this); |
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 |
HttpServlet
public HttpServlet()
doGet
protected void doGet(non_null HttpServletRequest req,
non_null HttpServletResponse resp)
throws ServletException,
IOException
- Throws:
ServletException
IOException
getLastModified
protected long getLastModified(HttpServletRequest req)
doHead
protected void doHead(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
- Throws:
ServletException
IOException
doPost
protected void doPost(non_null HttpServletRequest req,
non_null HttpServletResponse resp)
throws ServletException,
IOException
- Throws:
ServletException
IOException
doPut
protected void doPut(non_null HttpServletRequest req,
non_null HttpServletResponse resp)
throws ServletException,
IOException
- Throws:
ServletException
IOException
doDelete
protected void doDelete(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
- Throws:
ServletException
IOException
doOptions
protected void doOptions(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
- Throws:
ServletException
IOException
doTrace
protected void doTrace(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
- Throws:
ServletException
IOException
service
protected void service(non_null HttpServletRequest req,
non_null HttpServletResponse resp)
throws ServletException,
IOException
- Throws:
ServletException
IOException
- Specifications inherited from overridden method in class GenericServlet:
--- None ---
- Specifications inherited from overridden method in interface Servlet:
--- None ---
service
public void service(non_null ServletRequest req,
non_null ServletResponse res)
throws ServletException,
IOException
- Specified by:
service
in interface Servlet
- Throws:
ServletException
IOException
- Specifications inherited from overridden method in class GenericServlet:
--- None ---
- Specifications inherited from overridden method in interface Servlet:
--- None ---
JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.