Uses of Interface
edu.wisc.my.webproxy.beans.http.Response

Packages that use Response
edu.wisc.my.webproxy.beans.http   
edu.wisc.my.webproxy.beans.interceptors   
edu.wisc.my.webproxy.portlet   
 

Uses of Response in edu.wisc.my.webproxy.beans.http
 

Classes in edu.wisc.my.webproxy.beans.http that implement Response
 class ResponseImpl
          This class is the implementation of the methods defined in the (@link edu.wisc.my.webproxy.beans.http.Response) interface
 

Methods in edu.wisc.my.webproxy.beans.http that return Response
 Response HttpManagerImpl.doRequest(Request request)
           
abstract  Response HttpManager.doRequest(Request request)
          Performs the request with the given request object.
 

Uses of Response in edu.wisc.my.webproxy.beans.interceptors
 

Methods in edu.wisc.my.webproxy.beans.interceptors with parameters of type Response
 void PostInterceptor.intercept(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, Response httpResponse)
          This intercept method is called for requests that happen during the action of a portlet.
 void PostInterceptor.intercept(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Response httpResponse)
          This intercept method is called for requests that happen during the render of a servlet.
 void PostInterceptor.intercept(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, Response httpResponse)
          This intercept method is called for requests that happen during the render of a portlet.
 

Uses of Response in edu.wisc.my.webproxy.portlet
 

Methods in edu.wisc.my.webproxy.portlet with parameters of type Response
static String WebProxyPortlet.checkRedirect(String sUrl, Response httpResponse)
           
 



Copyright © 2010 Jasig. All Rights Reserved.