|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Response in org.apache.tomcat.core |
Classes in org.apache.tomcat.core that implement Response | |
class |
ResponseImpl
|
Fields in org.apache.tomcat.core declared as Response | |
protected Response |
RequestImpl.response
|
Methods in org.apache.tomcat.core that return Response | |
Response |
Request.getResponse()
One-to-One with Response |
Response |
RequestImpl.getResponse()
|
Methods in org.apache.tomcat.core with parameters of type Response | |
void |
ServletWrapper.handleRequest(Request req,
Response res)
|
void |
ContextManager.service(Request rrequest,
Response rresponse)
Common for all connectors, needs to be shared in order to avoid code duplication |
void |
BufferedServletOutputStream.setResponse(Response response)
|
int |
RequestInterceptor.authenticate(Request request,
Response response)
Will extract the user ID from the request, and check the password. |
int |
RequestInterceptor.authorize(Request request,
Response response)
Will check if the user is authorized, by checking if it is in one of the roles defined in security constraints. |
int |
RequestInterceptor.preService(Request request,
Response response)
Called before service method is invoked. |
int |
RequestInterceptor.beforeBody(Request request,
Response response)
Called before the first body write, and before sending the headers. |
int |
RequestInterceptor.beforeCommit(Request request,
Response response)
Called before the output buffer is commited |
int |
RequestInterceptor.afterBody(Request request,
Response response)
Called after the output stream is closed ( either by servlet or automatically at end of service ) |
int |
RequestInterceptor.postService(Request request,
Response response)
Called after service method ends. |
void |
Request.setResponse(Response response)
|
int |
BaseInterceptor.authenticate(Request request,
Response response)
|
int |
BaseInterceptor.authorize(Request request,
Response response)
|
int |
BaseInterceptor.preService(Request request,
Response response)
|
int |
BaseInterceptor.beforeBody(Request rrequest,
Response response)
|
int |
BaseInterceptor.beforeCommit(Request request,
Response response)
|
int |
BaseInterceptor.afterBody(Request request,
Response response)
|
int |
BaseInterceptor.postService(Request request,
Response response)
|
void |
RequestImpl.setResponse(Response response)
|
Constructors in org.apache.tomcat.core with parameters of type Response | |
BufferedServletOutputStream.BufferedServletOutputStream(Response resA)
|
|
HttpServletResponseFacade.HttpServletResponseFacade(Response response)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |