Uses of Class
org.exoplatform.container.xml.Component
-
Packages that use Component Package Description 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 Modifier and Type Method Description ComponentConfigurationManager. getComponent(Class<?> clazz)Gives the component configuration of a given serviceComponentConfigurationManager. getComponent(String service)Gives the component configuration of a given serviceComponentConfigurationManagerImpl. getComponent(Class<?> clazz)ComponentConfigurationManagerImpl. getComponent(String service)Methods in org.exoplatform.container.configuration that return types with arguments of type Component Modifier and Type Method Description Collection<Component>ConfigurationManager. getComponents()Gives the configuration of all the registered componentsCollection<Component>ConfigurationManagerImpl. getComponents() -
Uses of Component in org.exoplatform.container.xml
Methods in org.exoplatform.container.xml that return Component Modifier and Type Method Description ComponentConfiguration. getComponent(String s)Methods in org.exoplatform.container.xml that return types with arguments of type Component Modifier and Type Method Description Iterator<Component>Configuration. getComponentIterator()Collection<Component>Configuration. getComponents()Methods in org.exoplatform.container.xml with parameters of type Component Modifier and Type Method Description voidConfiguration. addComponent(Component comp)
-