Uses of Interface
org.apache.catalina.Response
-
Packages that use Response Package Description com.sun.enterprise.security.web com.sun.enterprise.web com.sun.enterprise.web.accesslog com.sun.enterprise.web.connector.coyote com.sun.web.security org.apache.catalina org.apache.catalina.authenticator This package containsAuthenticatorimplementations for the various supported authentication methods (BASIC, DIGEST, and FORM).org.apache.catalina.connector org.apache.catalina.core org.apache.catalina.valves This package contains a variety of small Valve implementations that do not warrant being packaged separately.org.glassfish.web.ha.session.management org.glassfish.web.valve -
-
Uses of Response in com.sun.enterprise.security.web
Methods in com.sun.enterprise.security.web with parameters of type Response Modifier and Type Method Description intGlassFishSingleSignOn. invoke(Request request, Response response)Perform single-sign-on support processing for this request. -
Uses of Response in com.sun.enterprise.web
Methods in com.sun.enterprise.web with parameters of type Response Modifier and Type Method Description intAdHocContextValve. invoke(Request request, Response response)Processes the given request by passing it to the ad-hoc servlet associated with the request path (which has been determined, by the associated web module, to be an ad-hoc path).intPEAccessLogValve. invoke(Request request, Response response)Log a message summarizing the specified request and response, according to the format specified by thepatternproperty.voidVirtualServerPipeline. invoke(Request request, Response response)Processes the specified request, and produces the appropriate response, by invoking the first valve (if any) of this pipeline, or the pipeline's basic valve.voidWebPipeline. invoke(Request request, Response response)Processes the specified request, and produces the appropriate response, by invoking the first valve (if any) of this pipeline, or the pipeline's basic valve.voidAdHocContextValve. postInvoke(Request request, Response response)voidPEAccessLogValve. postInvoke(Request request, Response response) -
Uses of Response in com.sun.enterprise.web.accesslog
Methods in com.sun.enterprise.web.accesslog with parameters of type Response Modifier and Type Method Description abstract voidAccessLogFormatter. appendLogEntry(Request request, Response response, CharBuffer charBuffer)Appends an access log entry line, with info obtained from the given request and response objects, to the given CharBuffer.voidCombinedAccessLogFormatterImpl. appendLogEntry(Request request, Response response, CharBuffer charBuffer)Appends an access log entry line, with info obtained from the given request and response objects, to the given CharBuffer.voidCommonAccessLogFormatterImpl. appendLogEntry(Request request, Response response, CharBuffer charBuffer)Appends an access log entry line, with info obtained from the given request and response objects, to the given CharBuffer.voidDefaultAccessLogFormatterImpl. appendLogEntry(Request request, Response response, CharBuffer charBuffer)Appends an access log entry line, with info obtained from the given request and response objects, to the given CharBuffer. -
Uses of Response in com.sun.enterprise.web.connector.coyote
Classes in com.sun.enterprise.web.connector.coyote that implement Response Modifier and Type Class Description classPECoyoteResponseCustomized version of the Tomcat 5 CoyoteResponseMethods in com.sun.enterprise.web.connector.coyote that return Response Modifier and Type Method Description ResponsePECoyoteConnector. createResponse()Creates and returns Response object. -
Uses of Response in com.sun.web.security
Classes in com.sun.web.security that implement Response Modifier and Type Class Description classHttpResponseWrapperMethods in com.sun.web.security that return Response Modifier and Type Method Description ResponseHttpRequestWrapper. getResponse()Methods in com.sun.web.security with parameters of type Response Modifier and Type Method Description voidHttpRequestWrapper. setResponse(Response response) -
Uses of Response in org.apache.catalina
Subinterfaces of Response in org.apache.catalina Modifier and Type Interface Description interfaceHttpResponseAn HttpResponse is the Catalina-internal facade for anHttpServletResponsethat is to be produced, based on the processing of a correspondingHttpRequest.Methods in org.apache.catalina that return Response Modifier and Type Method Description ResponseConnector. createResponse()Create (or allocate) and return a Response object suitable for receiving the contents of a Response from the responsible Container.ResponseRequest. getResponse()Return the Response with which this Request is associated.Methods in org.apache.catalina with parameters of type Response Modifier and Type Method Description voidContainer. invoke(Request request, Response response)Process the specified Request, and generate the corresponding Response, according to the design of this particular Container.voidPipeline. invoke(Request request, Response response)Cause the specified request and response to be processed by the Valves associated with this pipeline, until one of these valves causes the response to be created and returned.voidRequest. setResponse(Response response)Set the Response with which this Request is associated. -
Uses of Response in org.apache.catalina.authenticator
Methods in org.apache.catalina.authenticator with parameters of type Response Modifier and Type Method Description intAuthenticatorBase. invoke(Request request, Response response)Enforce the security restrictions in the web application deployment descriptor of our associated Context.intSingleSignOn. invoke(Request request, Response response)Perform single-sign-on support processing for this request.voidAuthenticatorBase. postInvoke(Request request, Response response)A post-request processing implementation that does nothing. -
Uses of Response in org.apache.catalina.connector
Classes in org.apache.catalina.connector that implement Response Modifier and Type Class Description classResponseWrapper object for the Coyote response.Fields in org.apache.catalina.connector declared as Response Modifier and Type Field Description protected ResponseRequest. responseThe response with which this request is associated.Methods in org.apache.catalina.connector that return Response Modifier and Type Method Description ResponseConnector. createResponse()Create (or allocate) and return a Response object suitable for receiving the contents of a Response from the responsible Container.ResponseRequest. getResponse()Return the Response with which this Request is associated.Methods in org.apache.catalina.connector with parameters of type Response Modifier and Type Method Description voidRequest. setResponse(Response response)Set the Response with which this Request is associated. -
Uses of Response in org.apache.catalina.core
Classes in org.apache.catalina.core that implement Response Modifier and Type Class Description classDummyResponseDummy response object, used for JSP precompilation.Methods in org.apache.catalina.core that return Response Modifier and Type Method Description ResponseDummyRequest. getResponse()Methods in org.apache.catalina.core with parameters of type Response Modifier and Type Method Description voidStandardPipeline. doChainInvoke(Request request, Response response)voidContainerBase. invoke(Request request, Response response)Process the specified Request, to produce the corresponding Response, by invoking the first Valve in our pipeline (if any), or the basic Valve otherwise.voidStandardPipeline. invoke(Request request, Response response)Cause the specified request and response to be processed by the Valves associated with this pipeline, until one of these valves causes the response to be created and returned.voidDummyRequest. setResponse(Response response) -
Uses of Response in org.apache.catalina.valves
Methods in org.apache.catalina.valves with parameters of type Response Modifier and Type Method Description intAccessLogValve. invoke(Request request, Response response)Log a message summarizing the specified request and response, according to the format specified by thepatternproperty.intErrorReportValve. invoke(Request request, Response response)Invoke the next Valve in the sequence.intExtendedAccessLogValve. invoke(Request request, Response response)Log a message summarizing the specified request and response, according to the format specified by thepatternproperty.intJDBCAccessLogValve. invoke(Request request, Response response)This method is invoked by Tomcat on each query.intPersistentValve. invoke(Request request, Response response)Select the appropriate child Context to process this request, based on the specified request URI.intRemoteAddrValve. invoke(Request request, Response response)Extract the desired request property, and pass it (along with the specified request and response objects) to the protectedprocess()method to perform the actual filtering.intRemoteHostValve. invoke(Request request, Response response)Extract the desired request property, and pass it (along with the specified request and response objects) to the protectedprocess()method to perform the actual filtering.intRequestDumperValve. invoke(Request request, Response response)Log the interesting request parameters, invoke the next Valve in the sequence, and log the interesting response parameters.abstract intRequestFilterValve. invoke(Request request, Response response)Extract the desired request property, and pass it (along with the specified request and response objects) to the protectedprocess()method to perform the actual filtering.abstract intValveBase. invoke(Request request, Response response)The implementation-specific logic represented by this Valve.intWebdavFixValve. invoke(Request request, Response response)Check for the broken MS WebDAV client and if detected issue a re-direct that hopefully will cause the non-broken client to be used.voidAccessLogValve. postInvoke(Request request, Response response)voidErrorReportValve. postInvoke(Request request, Response response)voidExtendedAccessLogValve. postInvoke(Request request, Response response)voidJDBCAccessLogValve. postInvoke(Request request, Response response)voidPersistentValve. postInvoke(Request request, Response response)voidRequestDumperValve. postInvoke(Request request, Response response)Log the interesting response parameters.voidValveBase. postInvoke(Request request, Response response)A post-request processing implementation that does nothing.protected intRequestFilterValve. process(String property, Request request, Response response)Perform the filtering that has been configured for this Valve, matching against the specified request property.protected voidErrorReportValve. report(Request request, Response response, Throwable throwable)Prints out an error report. -
Uses of Response in org.glassfish.web.ha.session.management
Methods in org.glassfish.web.ha.session.management with parameters of type Response Modifier and Type Method Description intHASessionStoreValve. invoke(Request request, Response response)invoke call-back; nothing to do on the way invoidHASessionStoreValve. postInvoke(Request request, Response response)A post-request processing implementation that does the valveSave. -
Uses of Response in org.glassfish.web.valve
Methods in org.glassfish.web.valve with parameters of type Response Modifier and Type Method Description intGlassFishValve. invoke(Request request, Response response)Perform request processing as required by this Valve.intGlassFishValveAdapter. invoke(Request request, Response response)Delegates to the invoke() of the wrapped GlassFish-style valve.voidGlassFishValve. postInvoke(Request request, Response response)Perform post-request processing as required by this Valve.voidGlassFishValveAdapter. postInvoke(Request request, Response response)Delegates to the postInvoke() of the wrapped GlassFish-style valve.
-