Uses of Interface
org.apache.avalon.fortress.ContainerConstants

Packages that use ContainerConstants
org.apache.avalon.fortress The fortress package contains an implementation of a component containment system that follows the ECM semantic concerning component resolution. 
org.apache.avalon.fortress.impl The fortress.impl package contains the containment abstraction of the Fortress system  
org.apache.avalon.fortress.util The util package includes general unities supporting configuration and context management. 
 

Uses of ContainerConstants in org.apache.avalon.fortress
 

Subinterfaces of ContainerConstants in org.apache.avalon.fortress
 interface ContainerManagerConstants
          Provides constants used to access the Context object for impl managers.
 

Uses of ContainerConstants in org.apache.avalon.fortress.impl
 

Classes in org.apache.avalon.fortress.impl that implement ContainerConstants
 class DefaultContainerManager
          This is the default implementation of the ContainerManager interface.
 

Uses of ContainerConstants in org.apache.avalon.fortress.util
 

Subinterfaces of ContainerConstants in org.apache.avalon.fortress.util
 interface ContextManagerConstants
          Provides constants used to access the Context object for containers.
 

Classes in org.apache.avalon.fortress.util that implement ContainerConstants
 class ContextManager
          You can get two different contexts from the ContextManager: the container context (m_childContext) and the container manager context (m_containerManagerContext)
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.