Uses of Class
cuba.wired.ComponentMap

Packages that use ComponentMap
cuba.wired This package handles cuba-components inside a wired enviroment. 
cuba.wired.ddread This package reads the deployment descriptors for the wired enviroment. 
 

Uses of ComponentMap in cuba.wired
 

Constructors in cuba.wired with parameters of type ComponentMap
WiredContainer(WiredInstanceFactoryI lifecycleManager, WiredDataSourceProviderI dataSourceProvider, ComponentMap componentMap, ResourceFactoryMap resourceFactoryMap, java.util.Map users)
          Constructor for test purposes
 

Uses of ComponentMap in cuba.wired.ddread
 

Methods in cuba.wired.ddread with parameters of type ComponentMap
protected  void WiredJarReader.registerComponent(org.w3c.dom.Node comp, ComponentMap componentMap)
          Collect a component's name, type, wired adapter, and references and register it in the passed component map
 void WiredJarReader.registerComponents(ComponentMap componentMap)
          Collect all components from the module JAR file's descriptor and register them in the passed component map.