| 
 | 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 Containerwith which this instance is associated
 (if any); otherwise returnnull. | 
|  void | setContainer(Container container)Set the Containerwith 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 | ||||||||