| Package | Description |
|---|---|
| com.sun.enterprise.web | |
| org.apache.catalina | |
| org.apache.catalina.connector | |
| org.apache.catalina.core | |
| org.apache.catalina.loader | |
| org.apache.catalina.logger | |
| org.apache.catalina.realm |
This package contains
Realm implementations for the
various supported realm technologies for authenticating users and
identifying their associated roles. |
| org.apache.catalina.session |
This package contains the standard
Manager and
Session implementations that represent the collection of
active sessions and the individual sessions themselves, respectively,
that are associated with a Context. |
| org.apache.catalina.startup | |
| org.apache.catalina.util | |
| org.apache.catalina.valves |
This package contains a variety of small Valve implementations that do
not warrant being packaged separately.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebModuleContextConfig
Startup event listener for a Context that configures the properties
of that Context, and the associated defined servlets.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleListener[] |
WebContainer.findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
| Modifier and Type | Method and Description |
|---|---|
List<LifecycleListener> |
PEAccessLogValve.findLifecycleListeners()
Gets the (possibly empty) list of lifecycle listeners associated
with this PEAccessLogValve.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PEAccessLogValve.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
PEAccessLogValve.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
| Modifier and Type | Method and Description |
|---|---|
List<LifecycleListener> |
Lifecycle.findLifecycleListeners()
Gets the (possibly empty) list of lifecycle listeners associated
with this Lifecycle instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Lifecycle.addLifecycleListener(LifecycleListener listener)
Add a LifecycleEvent listener to this component.
|
void |
Lifecycle.removeLifecycleListener(LifecycleListener listener)
Remove a LifecycleEvent listener from this component.
|
| Modifier and Type | Method and Description |
|---|---|
List<LifecycleListener> |
Connector.findLifecycleListeners()
Gets the (possibly empty) list of lifecycle listeners
associated with this Connector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Connector.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
Connector.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NamingContextListener
Helper class used to initialize and populate the JNDI context associated
with each context and server.
|
| Modifier and Type | Method and Description |
|---|---|
List<LifecycleListener> |
ContainerBase.findLifecycleListeners()
Gets the (possibly empty) list of lifecycle listeners associated
with this Container.
|
List<LifecycleListener> |
StandardService.findLifecycleListeners()
Gets the (possibly empty) list of lifecycle listeners
associated with this StandardService.
|
List<LifecycleListener> |
StandardServer.findLifecycleListeners()
Gets the (possibly empty) list of lifecycle listeners
associated with this StandardServer.
|
List<LifecycleListener> |
StandardPipeline.findLifecycleListeners()
Gets the (possibly empty) list of lifecycle listeners
associated with this Pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerBase.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
StandardService.addLifecycleListener(LifecycleListener listener)
Add a LifecycleEvent listener to this component.
|
void |
StandardServer.addLifecycleListener(LifecycleListener listener)
Add a LifecycleEvent listener to this component.
|
void |
StandardPipeline.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
ContainerBase.removeLifecycleListener(LifecycleListener listener)
Removes the given lifecycle event listener from this Container.
|
void |
StandardService.removeLifecycleListener(LifecycleListener listener)
Remove a LifecycleEvent listener from this component.
|
void |
StandardServer.removeLifecycleListener(LifecycleListener listener)
Remove a LifecycleEvent listener from this component.
|
void |
StandardPipeline.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
| Modifier and Type | Method and Description |
|---|---|
List<LifecycleListener> |
WebappLoader.findLifecycleListeners()
Gets the (possibly empty) list of lifecycle listeners associated
with this WebappLoader.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebappLoader.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
WebappLoader.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
| Modifier and Type | Method and Description |
|---|---|
List<LifecycleListener> |
LoggerBase.findLifecycleListeners()
Gets the (possibly empty) list of lifecycle listeners
associated with this LoggerBase.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoggerBase.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
LoggerBase.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
| Modifier and Type | Method and Description |
|---|---|
List<LifecycleListener> |
RealmBase.findLifecycleListeners()
Gets the (possibly empty) list of lifecycle listeners associated
with this Realm.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealmBase.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
RealmBase.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
| Modifier and Type | Method and Description |
|---|---|
List<LifecycleListener> |
StoreBase.findLifecycleListeners()
Gets the (possibly empty) list of lifecycle listeners associated
with this Store.
|
List<LifecycleListener> |
PersistentManagerBase.findLifecycleListeners()
Gets the (possibly empty) list of lifecycle listeners associated
with this session manager.
|
List<LifecycleListener> |
StandardManager.findLifecycleListeners()
Gets the (possibly empty) list of lifecycle listeners
associated with this StandardManager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoreBase.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
PersistentManagerBase.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
StandardManager.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
StoreBase.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
void |
PersistentManagerBase.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
void |
StandardManager.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContextConfig
Startup event listener for a Context that configures the properties
of that Context, and the associated defined servlets.
|
class |
EngineConfig
Startup event listener for a Engine that configures the properties
of that Engine, and the associated defined contexts.
|
class |
HostConfig
Startup event listener for a Host that configures the properties
of that Host, and the associated defined contexts.
|
class |
UserConfig
Startup event listener for a Host that configures Contexts (web
applications) for all defined "users" who have a web application in a
directory with the specified name in their home directories.
|
| Modifier and Type | Method and Description |
|---|---|
List<LifecycleListener> |
Embedded.findLifecycleListeners()
Gets the (possibly empty) list of lifecycle listeners associated
with this Embedded instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Embedded.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
Embedded.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
| Modifier and Type | Method and Description |
|---|---|
List<LifecycleListener> |
LifecycleSupport.findLifecycleListeners()
Gets the (possibly empty) list of lifecycle listeners associated
with this LifecycleSupport instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleSupport.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
LifecycleSupport.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
| Modifier and Type | Method and Description |
|---|---|
List<LifecycleListener> |
ValveBase.findLifecycleListeners()
Gets the (possibly empty) list of lifecycle listeners associated
with this Valve.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValveBase.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
ValveBase.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
Copyright © 2017. All rights reserved.