Uses of Class
org.apache.catalina.util.LifecycleSupport
-
Packages that use LifecycleSupport Package Description org.apache.catalina.connector org.apache.catalina.core org.apache.catalina.loader org.apache.catalina.logger org.apache.catalina.realm This package containsRealmimplementations for the various supported realm technologies for authenticating users and identifying their associated roles.org.apache.catalina.session This package contains the standardManagerandSessionimplementations that represent the collection of active sessions and the individual sessions themselves, respectively, that are associated with aContext.org.apache.catalina.startup org.apache.catalina.valves This package contains a variety of small Valve implementations that do not warrant being packaged separately. -
-
Uses of LifecycleSupport in org.apache.catalina.connector
Fields in org.apache.catalina.connector declared as LifecycleSupport Modifier and Type Field Description protected LifecycleSupportConnector. lifecycleThe lifecycle event support for this component. -
Uses of LifecycleSupport in org.apache.catalina.core
Fields in org.apache.catalina.core declared as LifecycleSupport Modifier and Type Field Description protected LifecycleSupportContainerBase. lifecycleThe lifecycle event support for this component.protected LifecycleSupportStandardPipeline. lifecycleThe lifecycle event support for this component. -
Uses of LifecycleSupport in org.apache.catalina.loader
Fields in org.apache.catalina.loader declared as LifecycleSupport Modifier and Type Field Description protected LifecycleSupportWebappLoader. lifecycleThe lifecycle event support for this component. -
Uses of LifecycleSupport in org.apache.catalina.logger
Fields in org.apache.catalina.logger declared as LifecycleSupport Modifier and Type Field Description protected LifecycleSupportLoggerBase. lifecycleThe lifecycle event support for this component. -
Uses of LifecycleSupport in org.apache.catalina.realm
Fields in org.apache.catalina.realm declared as LifecycleSupport Modifier and Type Field Description protected LifecycleSupportRealmBase. lifecycleThe lifecycle event support for this component. -
Uses of LifecycleSupport in org.apache.catalina.session
Fields in org.apache.catalina.session declared as LifecycleSupport Modifier and Type Field Description protected LifecycleSupportPersistentManagerBase. lifecycleThe lifecycle event support for this component.protected LifecycleSupportStandardManager. lifecycleThe lifecycle event support for this component.protected LifecycleSupportStoreBase. lifecycleThe lifecycle event support for this component. -
Uses of LifecycleSupport in org.apache.catalina.startup
Fields in org.apache.catalina.startup declared as LifecycleSupport Modifier and Type Field Description protected LifecycleSupportEmbedded. lifecycleThe lifecycle event support for this component. -
Uses of LifecycleSupport in org.apache.catalina.valves
Fields in org.apache.catalina.valves declared as LifecycleSupport Modifier and Type Field Description protected LifecycleSupportValveBase. lifecycleThe lifecycle event support for this component.
-