Class ConfigurationManager
java.lang.Object
org.exoplatform.webui.application.ConfigurationManager
May 10, 2006
Manages the ComponentConfig of a list of components.
Manages the ComponentConfig of a list of components.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetComponentConfig(Class<?> clazz) Gets the components of a given classgetComponentConfig(Class<?> type, String id) Gets a component of a given class and identified by idgetComponentConfig(ComponentHandle handle)
-
Constructor Details
-
ConfigurationManager
- Parameters:
inputStream- A stream that links the configuration file- Throws:
Exception
-
-
Method Details
-
getComponentConfig
Gets the components of a given class- Parameters:
clazz- The class of the components- Returns:
- the list of components
-
getComponentConfig
-
getComponentConfig
Gets a component of a given class and identified by id- Parameters:
type- The class of the componentid- The id of the component- Returns:
- The component
-
getApplication
-