Home » apache-tomcat-6.0.16-src » org.apache » catalina » [javadoc | source]
org.apache.catalina
public interface: Contained [javadoc | source]

All Known Implementing Classes:
    ReplicationValve, FormAuthenticator, NonLoginAuthenticator, RequestFilterValve, CometConnectionManagerValve, AccessLogValve, SingleSignOn, PersistentValve, AuthenticatorBase, SSLValve, ExtendedAccessLogValve, StandardContextValve, DigestAuthenticator, JDBCAccessLogValve, RequestDumperValve, ValveBase, JvmRouteBinderValve, RemoteAddrValve, StandardPipeline, StandardEngineValve, ReplicationValve, BasicAuthenticator, StandardWrapperValve, RemoteHostValve, ErrorReportValve, FastCommonAccessLogValve, ClusterSingleSignOn, StandardHostValve, JvmRouteBinderValve, SemaphoreValve, SSLAuthenticator

Decoupling interface which specifies that an implementing class is associated with at most one Container instance.

Method from org.apache.catalina.Contained Summary:
getContainer,   setContainer
Method from org.apache.catalina.Contained Detail:
 public Container getContainer()
    Return the Container with which this instance is associated (if any); otherwise return null.
 public  void setContainer(Container container)
    Set the Container with which this instance is associated.