Uses of Interface
javax.servlet.http.HttpServletRequest

Packages that use HttpServletRequest
javax.servlet.http   
winstone   
winstone.auth   
winstone.invoker   
 

Uses of HttpServletRequest in javax.servlet.http
 

Classes in javax.servlet.http that implement HttpServletRequest
 class HttpServletRequestWrapper
          Wraps HttpServletRequest objects in a decorator pattern
 

Methods in javax.servlet.http with parameters of type HttpServletRequest
protected  void HttpServlet.doDelete(HttpServletRequest req, HttpServletResponse resp)
           
protected  void HttpServlet.doGet(HttpServletRequest req, HttpServletResponse resp)
           
protected  void HttpServlet.doHead(HttpServletRequest req, HttpServletResponse resp)
           
protected  void HttpServlet.doOptions(HttpServletRequest req, HttpServletResponse resp)
           
protected  void HttpServlet.doPost(HttpServletRequest req, HttpServletResponse resp)
           
protected  void HttpServlet.doPut(HttpServletRequest req, HttpServletResponse resp)
           
protected  void HttpServlet.doTrace(HttpServletRequest req, HttpServletResponse resp)
           
protected  long HttpServlet.getLastModified(HttpServletRequest req)
           
static java.lang.StringBuffer HttpUtils.getRequestURL(HttpServletRequest req)
          Deprecated. Reconstructs the URL the client used to make the request, using information in the HttpServletRequest object.
protected  void HttpServlet.service(HttpServletRequest request, HttpServletResponse response)
           
 

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

Uses of HttpServletRequest in winstone
 

Classes in winstone that implement HttpServletRequest
 class WinstoneRequest
          Implements the request interface required by the servlet spec.
 

Methods in winstone with parameters of type HttpServletRequest
 void StaticResourceServlet.doGet(HttpServletRequest request, HttpServletResponse response)
           
 void StaticResourceServlet.doPost(HttpServletRequest request, HttpServletResponse response)
           
 

Uses of HttpServletRequest in winstone.auth
 

Classes in winstone.auth that implement HttpServletRequest
 class RetryRequestWrapper
          This is used by the ACL filter to allow a retry by using a key lookup on old request.
 

Methods in winstone.auth with parameters of type HttpServletRequest
protected  boolean BaseAuthenticationHandler.doRoleCheck(HttpServletRequest request, HttpServletResponse response, java.lang.String pathRequested)
           
 boolean SecurityConstraint.isAllowed(HttpServletRequest request)
          Call this to evaluate the security constraint - is this operation allowed ?
protected  void BasicAuthenticationHandler.requestAuthentication(HttpServletRequest request, HttpServletResponse response, java.lang.String pathRequested)
          Call this once we know that we need to authenticate
protected  void DigestAuthenticationHandler.requestAuthentication(HttpServletRequest request, HttpServletResponse response, java.lang.String pathRequested)
          Call this once we know that we need to authenticate
protected  void ClientcertAuthenticationHandler.requestAuthentication(HttpServletRequest request, HttpServletResponse response, java.lang.String pathRequested)
          Call this once we know that we need to authenticate
protected  void FormAuthenticationHandler.requestAuthentication(HttpServletRequest request, HttpServletResponse response, java.lang.String pathRequested)
          Call this once we know that we need to authenticate
protected abstract  void BaseAuthenticationHandler.requestAuthentication(HttpServletRequest request, HttpServletResponse response, java.lang.String pathRequested)
          The actual auth request implementation.
protected  boolean BasicAuthenticationHandler.validatePossibleAuthenticationResponse(HttpServletRequest request, HttpServletResponse response, java.lang.String pathRequested)
          Handling the (possible) response
protected  boolean DigestAuthenticationHandler.validatePossibleAuthenticationResponse(HttpServletRequest request, HttpServletResponse response, java.lang.String pathRequested)
          Handling the (possible) response
protected  boolean ClientcertAuthenticationHandler.validatePossibleAuthenticationResponse(HttpServletRequest request, HttpServletResponse response, java.lang.String pathRequested)
          Handling the (possible) response
protected  boolean FormAuthenticationHandler.validatePossibleAuthenticationResponse(HttpServletRequest request, HttpServletResponse response, java.lang.String pathRequested)
          Check the response - is it a response to the login page ?
protected abstract  boolean BaseAuthenticationHandler.validatePossibleAuthenticationResponse(HttpServletRequest request, HttpServletResponse response, java.lang.String pathRequested)
          Handling the (possible) response
 

Constructors in winstone.auth with parameters of type HttpServletRequest
RetryRequestWrapper(HttpServletRequest request, RetryRequestParams oldRequest)
          Constructor - this populates the wrapper from the object in session
 

Uses of HttpServletRequest in winstone.invoker
 

Methods in winstone.invoker with parameters of type HttpServletRequest
protected  void InvokerServlet.doGet(HttpServletRequest req, HttpServletResponse rsp)
           
protected  void InvokerServlet.doPost(HttpServletRequest req, HttpServletResponse rsp)
           
 



Copyright © 2013. All Rights Reserved.