| Package | Description |
|---|---|
| edu.wisc.my.webproxy.beans.http | |
| edu.wisc.my.webproxy.beans.interceptors | |
| edu.wisc.my.webproxy.portlet |
| Modifier and Type | Class and Description |
|---|---|
class |
ResponseImpl
This class is the implementation of the methods defined in the (@link edu.wisc.my.webproxy.beans.http.Response) interface
|
| Modifier and Type | Method and Description |
|---|---|
Response |
HttpManagerImpl.doRequest(Request request) |
abstract Response |
HttpManager.doRequest(Request request)
Performs the request with the given request object.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
BaseUrlProtocolHostPortEnforcingPostInterceptor.intercept(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
Response httpResponse) |
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 |
BaseUrlProtocolHostPortEnforcingPostInterceptor.intercept(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Response httpResponse) |
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.
|
void |
BaseUrlProtocolHostPortEnforcingPostInterceptor.intercept(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
Response httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
static String |
WebProxyPortlet.checkRedirect(String sUrl,
Response httpResponse) |
Copyright © 2016 Jasig. All Rights Reserved.