Uses of Interface
javax.servlet.http.HttpServletResponse

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

Uses of HttpServletResponse in javax.servlet.http
 

Classes in javax.servlet.http that implement HttpServletResponse
 class HttpServletResponseWrapper
          Wraps HttpServletResponse objects in a decorator pattern
 

Methods in javax.servlet.http with parameters of type HttpServletResponse
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  void HttpServlet.service(HttpServletRequest request, HttpServletResponse response)
           
 

Constructors in javax.servlet.http with parameters of type HttpServletResponse
HttpServletResponseWrapper(HttpServletResponse response)
           
 

Uses of HttpServletResponse in winstone
 

Classes in winstone that implement HttpServletResponse
 class WinstoneResponse
          Response for servlet
 

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

Uses of HttpServletResponse in winstone.auth
 

Methods in winstone.auth with parameters of type HttpServletResponse
protected  boolean BaseAuthenticationHandler.doRoleCheck(HttpServletRequest request, HttpServletResponse response, java.lang.String pathRequested)
           
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  void BaseAuthenticationHandler.setNoCache(HttpServletResponse response)
           
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
 

Uses of HttpServletResponse in winstone.invoker
 

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



Copyright © 2013. All Rights Reserved.