Package | Description |
---|---|
org.apache.catalina | |
org.apache.catalina.core |
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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.