org.apache.catalina
Interface Contained
- AccessLogValve, AuthenticatorBase, BasicAuthenticator, DigestAuthenticator, ErrorReportValve, ExtendedAccessLogValve, FormAuthenticator, JDBCAccessLogValve, NonLoginAuthenticator, PersistentValve, RemoteAddrValve, RemoteHostValve, RequestDumperValve, RequestFilterValve, SingleSignOn, SSLAuthenticator, StandardPipeline, ValveBase
public interface Contained
Decoupling interface which specifies that an implementing class is
associated with at most one Container instance.
Version:
- Craig R. McClanahan
- Peter Donald
Container | getContainer() - Return the
Container with which this instance is associated
(if any); otherwise return null .
|
void | setContainer(Container container) - Set the
Container with which this instance is associated.
|
getContainer
public Container getContainer()
Return the Container
with which this instance is associated
(if any); otherwise return null
.
setContainer
public void setContainer(Container container)
Set the Container
with which this instance is associated.
container
- The Container instance with which this instance is to
be associated, or null
to disassociate this instance
from any Container
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.