Package | Description |
---|---|
com.sun.enterprise.web | |
com.sun.enterprise.web.pwc | |
org.apache.catalina | |
org.apache.catalina.core |
Modifier and Type | Class and Description |
---|---|
class |
AdHocWebModule |
class |
ContextFacade
Facade object which masks the internal
Context
object from the web application. |
class |
PEVirtualServer
Standard implementation of a virtual server (aka virtual host) in
the iPlanet Application Server.
|
class |
VirtualServer
Standard implementation of a virtual server (aka virtual host) in
the iPlanet Application Server.
|
class |
VirtualServerPipeline
Pipeline associated with a virtual server.
|
class |
WebModule
Class representing a web module for use by the Application Server.
|
class |
WebPipeline
Pipeline 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.
|
Modifier and Type | Method and Description |
---|---|
Pipeline |
WebModule.getAdHocPipeline()
Gets this web module's ad-hoc pipeline.
|
Modifier and Type | Class and Description |
---|---|
class |
PwcWebModule
Class representing a web module (servlet context).
|
Modifier and Type | Method and Description |
---|---|
Pipeline |
Container.getPipeline()
Return the Pipeline object that manages the Valves associated with
this Container.
|
Modifier and Type | Class and Description |
---|---|
class |
ContainerBase
Abstract implementation of the Container interface, providing common
functionality required by nearly every implementation.
|
class |
StandardContext
Standard implementation of the Context interface.
|
class |
StandardEngine
Standard implementation of the Engine interface.
|
class |
StandardHost
Standard implementation of the Host interface.
|
class |
StandardPipeline
Standard implementation of a processing Pipeline that will invoke
a series of Valves that have been configured to be called in order.
|
class |
StandardWrapper
Standard implementation of the Wrapper interface that represents
an individual servlet definition.
|
Modifier and Type | Field and Description |
---|---|
protected Pipeline |
ContainerBase.pipeline
The Pipeline object with which this Container is associated.
|
Modifier and Type | Method and Description |
---|---|
Pipeline |
ContainerBase.getPipeline()
Return the Pipeline object that manages the Valves associated with
this Container.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardContext.restrictedSetPipeline(Pipeline pl)
Sets a new pipeline
|
void |
StandardHost.setPipeline(Pipeline pl) |
Copyright © 2018. All rights reserved.