eXo Kernel :: Container 2.5.0-GA

Uses of Class
org.exoplatform.container.xml.Component

Packages that use Component
org.exoplatform.container.configuration   
org.exoplatform.container.xml   
 

Uses of Component in org.exoplatform.container.configuration
 

Methods in org.exoplatform.container.configuration that return Component
 Component ConfigurationManagerImpl.getComponent(Class<?> clazz)
           
 Component ConfigurationManager.getComponent(Class<?> clazz)
          Gives the component configuration of a given service
 Component ConfigurationManagerImpl.getComponent(String service)
           
 Component ConfigurationManager.getComponent(String service)
          Gives the component configuration of a given service
 

Methods in org.exoplatform.container.configuration that return types with arguments of type Component
 Collection<Component> ConfigurationManagerImpl.getComponents()
           
 Collection<Component> ConfigurationManager.getComponents()
          Gives the configuration of all the registered components
 

Uses of Component in org.exoplatform.container.xml
 

Methods in org.exoplatform.container.xml that return Component
 Component Configuration.getComponent(String s)
           
 

Methods in org.exoplatform.container.xml that return types with arguments of type Component
 Iterator<Component> Configuration.getComponentIterator()
           
 Collection<Component> Configuration.getComponents()
           
 

Methods in org.exoplatform.container.xml with parameters of type Component
 void Configuration.addComponent(Component comp)
           
 


eXo Kernel :: Container 2.5.0-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.