Uses of Interface
org.apache.catalina.Request
-
Packages that use Request Package Description com.sun.enterprise.security.web com.sun.enterprise.web com.sun.enterprise.web.accesslog com.sun.enterprise.web.connector.coyote com.sun.enterprise.web.pwc.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 Request in com.sun.enterprise.security.web
Methods in com.sun.enterprise.security.web with parameters of type Request Modifier and Type Method Description intGlassFishSingleSignOn. invoke(Request request, Response response)Perform single-sign-on support processing for this request. -
Uses of Request in com.sun.enterprise.web
Methods in com.sun.enterprise.web with parameters of type Request 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 Request in com.sun.enterprise.web.accesslog
Methods in com.sun.enterprise.web.accesslog with parameters of type Request 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 Request in com.sun.enterprise.web.connector.coyote
Methods in com.sun.enterprise.web.connector.coyote that return Request Modifier and Type Method Description RequestPECoyoteConnector. createRequest()Create (or allocate) and return a Request object suitable for specifying the contents of a Request to the responsible ContractProvider. -
Uses of Request in com.sun.enterprise.web.pwc.connector.coyote
Classes in com.sun.enterprise.web.pwc.connector.coyote that implement Request Modifier and Type Class Description classPwcCoyoteRequestCustomized version of the Tomcat 5 CoyoteRequest This is required for supporting Web Programmatic Login and setting the request encoding (charset). -
Uses of Request in com.sun.web.security
Classes in com.sun.web.security that implement Request Modifier and Type Class Description classHttpRequestWrapperMethods in com.sun.web.security that return Request Modifier and Type Method Description RequestHttpResponseWrapper. getRequest()Methods in com.sun.web.security with parameters of type Request Modifier and Type Method Description voidHttpResponseWrapper. setRequest(Request request) -
Uses of Request in org.apache.catalina
Subinterfaces of Request in org.apache.catalina Modifier and Type Interface Description interfaceHttpRequestAn HttpRequest is the Catalina internal facade for anHttpServletRequestthat is to be processed, in order to produce the correspondingHttpResponse.Methods in org.apache.catalina that return Request Modifier and Type Method Description RequestConnector. createRequest()Create (or allocate) and return a Request object suitable for specifying the contents of a Request to the responsible Container.RequestResponse. getRequest()Return the Request with which this Response is associated.Methods in org.apache.catalina with parameters of type Request Modifier and Type Method Description X509Certificate[]Connector. getCertificates(Request request)Get the underlying WebContainer certificate for the requestvoidContainer. 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.voidResponse. setRequest(Request request)Set the Request with which this Response is associated. -
Uses of Request in org.apache.catalina.authenticator
Methods in org.apache.catalina.authenticator with parameters of type Request 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 Request in org.apache.catalina.connector
Classes in org.apache.catalina.connector that implement Request Modifier and Type Class Description classRequestWrapper object for the Coyote request.Methods in org.apache.catalina.connector that return Request Modifier and Type Method Description RequestConnector. createRequest()Create (or allocate) and return a Request object suitable for specifying the contents of a Request to the responsible Container.RequestResponse. getRequest()Return the Request with which this Response is associated.Methods in org.apache.catalina.connector with parameters of type Request Modifier and Type Method Description X509Certificate[]Connector. getCertificates(Request request)Get the underlying WebContainer certificate for the requestvoidResponse. setRequest(Request request)Set the Request with which this Response is associated. -
Uses of Request in org.apache.catalina.core
Classes in org.apache.catalina.core that implement Request Modifier and Type Class Description classDummyRequestDummy request object, used for request dispatcher mapping, as well as JSP precompilation.Methods in org.apache.catalina.core that return Request Modifier and Type Method Description RequestDummyResponse. getRequest()Methods in org.apache.catalina.core with parameters of type Request 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.voidDummyResponse. setRequest(Request request) -
Uses of Request in org.apache.catalina.valves
Methods in org.apache.catalina.valves with parameters of type Request 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 Request in org.glassfish.web.ha.session.management
Methods in org.glassfish.web.ha.session.management with parameters of type Request 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 Request in org.glassfish.web.valve
Methods in org.glassfish.web.valve with parameters of type Request 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.
-