|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Request | |
|---|---|
| edu.wisc.my.webproxy.beans.http | |
| edu.wisc.my.webproxy.beans.interceptors | |
| Uses of Request in edu.wisc.my.webproxy.beans.http |
|---|
| Classes in edu.wisc.my.webproxy.beans.http that implement Request | |
|---|---|
class |
RequestImpl
This class is the implementation of the methods defined in the (@link edu.wisc.my.webproxy.beans.http.Request) interface |
| Methods in edu.wisc.my.webproxy.beans.http that return Request | |
|---|---|
Request |
HttpManagerImpl.createRequest()
|
abstract Request |
HttpManager.createRequest()
Creates an empty request object. |
| Methods in edu.wisc.my.webproxy.beans.http with parameters of type Request | |
|---|---|
Response |
HttpManagerImpl.doRequest(Request request)
|
abstract Response |
HttpManager.doRequest(Request request)
Performs the request with the given request object. |
| Uses of Request in edu.wisc.my.webproxy.beans.interceptors |
|---|
| Methods in edu.wisc.my.webproxy.beans.interceptors with parameters of type Request | |
|---|---|
void |
PreInterceptor.intercept(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
Request httpReq)
This intercept method is called for requests that happen during the action of a portlet |
void |
PreInterceptor.intercept(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Request httpResp)
This intercept method is called for requests that happen during the render of a servlet. |
void |
PreInterceptor.intercept(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response,
Request httpResp)
This intercept method is called for requests that happen during the render of a portlet. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||