Package org.apache.catalina
Interface Contained
- All Known Subinterfaces:
CatalinaCluster
,Cluster
,Pipeline
,Realm
- All Known Implementing Classes:
AbstractAccessLogValve
,AccessLogValve
,AuthenticatedUserRealm
,AuthenticatorBase
,BasicAuthenticator
,CallbackHandlerImpl
,ClusterSingleSignOn
,CombinedRealm
,CrawlerSessionManagerValve
,DataSourceRealm
,DigestAuthenticator
,ErrorReportValve
,ExtendedAccessLogValve
,FilterValve
,FormAuthenticator
,HealthCheckValve
,JAASMemoryLoginModule
,JAASRealm
,JDBCAccessLogValve
,JNDIRealm
,JsonAccessLogValve
,JsonErrorReportValve
,JvmRouteBinderValve
,LoadBalancerDrainingValve
,LockOutRealm
,MemoryRealm
,NonLoginAuthenticator
,NullRealm
,PersistentValve
,ProxyErrorReportValve
,RealmBase
,RemoteAddrValve
,RemoteCIDRValve
,RemoteHostValve
,RemoteIpValve
,ReplicationValve
,RequestFilterValve
,RewriteValve
,SemaphoreValve
,SimpleTcpCluster
,SingleSignOn
,SpnegoAuthenticator
,SSLAuthenticator
,SSLValve
,StandardPipeline
,StuckThreadDetectionValve
,UserDatabaseRealm
,ValveBase
public interface Contained
Decoupling interface which specifies that an implementing class is associated with at most one Container instance.
- Author:
- Craig R. McClanahan, Peter Donald
-
Method Summary
Modifier and TypeMethodDescriptionGet theContainer
with which this instance is associated.void
setContainer
(Container container) Set theContainer
with which this instance is associated.
-
Method Details
-
getContainer
-
setContainer
Set theContainer
with which this instance is associated.- Parameters:
container
- The Container instance with which this instance is to be associated, ornull
to disassociate this instance from any Container
-