Uses of Interface
org.apache.avalon.composition.model.ContextModel

Packages that use ContextModel
org.apache.avalon.composition.model The model package is resonsible for the population of the containment information model taking into account criteria expressed under meta-info and directives expressed under meta-data in conjunction with the runtime environment. 
org.apache.avalon.composition.model.impl The model package contains a series of classes that leverage the new meta data model.  
 

Uses of ContextModel in org.apache.avalon.composition.model
 

Methods in org.apache.avalon.composition.model that return ContextModel
 ContextModel ComponentModel.getContextModel()
          Return the context model for this deployment model.
 

Uses of ContextModel in org.apache.avalon.composition.model.impl
 

Classes in org.apache.avalon.composition.model.impl that implement ContextModel
 class DefaultContextModel
          Specification of a context model from which a a fully qualifed context can be established.
 

Methods in org.apache.avalon.composition.model.impl that return ContextModel
 ContextModel DefaultComponentModel.getContextModel()
          Return the context model for this deployment model.
 



Copyright © The Apache Software Foundation. All Rights Reserved.