JML

Uses of Interface
javax.servlet.http.HttpServletRequest

Packages that use HttpServletRequest
javax.servlet.http   
 

Uses of HttpServletRequest in javax.servlet.http
 

Classes in javax.servlet.http that implement HttpServletRequest
 class HttpServletRequestWrapper
          JML's specification of HttpServletRequestWrapper.
 

Methods in javax.servlet.http with parameters of type HttpServletRequest
static StringBuffer HttpUtils.getRequestURL(HttpServletRequest req)
          Deprecated.  
protected  void HttpServlet.doGet(HttpServletRequest req, HttpServletResponse resp)
           
protected  long HttpServlet.getLastModified(HttpServletRequest req)
           
protected  void HttpServlet.doHead(HttpServletRequest req, HttpServletResponse resp)
           
protected  void HttpServlet.doPost(HttpServletRequest req, HttpServletResponse resp)
           
protected  void HttpServlet.doPut(HttpServletRequest req, HttpServletResponse resp)
           
protected  void HttpServlet.doDelete(HttpServletRequest req, HttpServletResponse resp)
           
protected  void HttpServlet.doOptions(HttpServletRequest req, HttpServletResponse resp)
           
protected  void HttpServlet.doTrace(HttpServletRequest req, HttpServletResponse resp)
           
protected  void HttpServlet.service(HttpServletRequest req, HttpServletResponse resp)
           
 

Constructors in javax.servlet.http with parameters of type HttpServletRequest
HttpServletRequestWrapper(HttpServletRequest request)
           
 


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.