|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Contained
Decoupling interface which specifies that an implementing class is associated with at most one Container instance.
Method Summary | |
---|---|
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. |
Method Detail |
---|
Container getContainer()
Container
with which this instance is associated
(if any); otherwise return null
.
void setContainer(Container container)
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
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |