Uses of Interface
org.apache.catalina.Pipeline
-
Packages that use Pipeline Package Description com.sun.enterprise.web com.sun.enterprise.web.pwc org.apache.catalina org.apache.catalina.core -
-
Uses of Pipeline in com.sun.enterprise.web
Classes in com.sun.enterprise.web that implement Pipeline Modifier and Type Class Description classAdHocWebModuleclassContextFacadeFacade object which masks the internalContextobject from the web application.classPEVirtualServerStandard implementation of a virtual server (aka virtual host) in the iPlanet Application Server.classVirtualServerStandard implementation of a virtual server (aka virtual host) in the Payara Server.classVirtualServerPipelinePipeline associated with a virtual server.classWebModuleClass representing a web module for use by the Application Server.classWebPipelinePipeline whose invoke logic checks if a given request path represents an ad-hoc path: If so, this pipeline delegates the request to the ad-hoc pipeline of its associated web module.Methods in com.sun.enterprise.web that return Pipeline Modifier and Type Method Description PipelineWebModule. getAdHocPipeline()Gets this web module's ad-hoc pipeline. -
Uses of Pipeline in com.sun.enterprise.web.pwc
Classes in com.sun.enterprise.web.pwc that implement Pipeline Modifier and Type Class Description classPwcWebModuleClass representing a web module (servlet context). -
Uses of Pipeline in org.apache.catalina
Methods in org.apache.catalina that return Pipeline Modifier and Type Method Description PipelineContainer. getPipeline()Return the Pipeline object that manages the Valves associated with this Container. -
Uses of Pipeline in org.apache.catalina.core
Classes in org.apache.catalina.core that implement Pipeline Modifier and Type Class Description classContainerBaseAbstract implementation of the Container interface, providing common functionality required by nearly every implementation.classStandardContextStandard implementation of the Context interface.classStandardEngineStandard implementation of the Engine interface.classStandardHostStandard implementation of the Host interface.classStandardPipelineStandard implementation of a processing Pipeline that will invoke a series of Valves that have been configured to be called in order.classStandardWrapperStandard implementation of the Wrapper interface that represents an individual servlet definition.Fields in org.apache.catalina.core declared as Pipeline Modifier and Type Field Description protected PipelineContainerBase. pipelineThe Pipeline object with which this Container is associated.Methods in org.apache.catalina.core that return Pipeline Modifier and Type Method Description PipelineContainerBase. getPipeline()Return the Pipeline object that manages the Valves associated with this Container.Methods in org.apache.catalina.core with parameters of type Pipeline Modifier and Type Method Description voidStandardContext. restrictedSetPipeline(Pipeline pl)Sets a new pipelinevoidStandardHost. setPipeline(Pipeline pl)
-