JML

javax.servlet.http
Class HttpServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public abstract class HttpServlet
extends GenericServlet
implements Serializable


Class Specifications

Specifications inherited from class Object
represents objectState <- org.jmlspecs.lang.JMLDataGroup.IT;
public represents _getClass <- \typeof(this);

Model Field Summary
 
Model fields inherited from class java.lang.Object
_getClass, objectState, theString
 
Ghost Field Summary
 
Ghost fields inherited from class java.lang.Object
objectTimesFinalized, owner
 
Constructor Summary
HttpServlet()
           
 
Model Method Summary
 
Model methods inherited from class java.lang.Object
hashValue
 
Method Summary
protected  void doDelete(HttpServletRequest req, HttpServletResponse resp)
           
protected  void doGet(non_null HttpServletRequest req, non_null HttpServletResponse resp)
           
protected  void doHead(HttpServletRequest req, HttpServletResponse resp)
           
protected  void doOptions(HttpServletRequest req, HttpServletResponse resp)
           
protected  void doPost(non_null HttpServletRequest req, non_null HttpServletResponse resp)
           
protected  void doPut(non_null HttpServletRequest req, non_null HttpServletResponse resp)
           
protected  void doTrace(HttpServletRequest req, HttpServletResponse resp)
           
protected  long getLastModified(HttpServletRequest req)
           
protected  void service(non_null HttpServletRequest req, non_null HttpServletResponse resp)
           
 void service(non_null ServletRequest req, non_null ServletResponse res)
           
 
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
 

Constructor Detail

HttpServlet

public HttpServlet()
Method Detail

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

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.