public class DefaultPartComponentsBundle extends Object implements PartComponentsBundle
components bundle implementation.
A components bundle consists of a XML parser
instance and a map of component managers.
| Modifier and Type | Field and Description |
|---|---|
static String |
EXCEPTION_MESSAGE_KEY_COMPONENT_MANAGER_NOT_FOUND |
| Constructor and Description |
|---|
DefaultPartComponentsBundle() |
| Modifier and Type | Method and Description |
|---|---|
PartComponentManager |
getComponentManager(String componentName)
Returns the manager for a component type identified by name.
|
Map<String,PartComponentManager> |
getComponentManagers()
Returns the internal map of component managers, indexed by component name.
|
Set<String> |
getComponentNames()
Returns a set that contains the names of components included in this
bundle.
|
ComponentsXmlParser |
getXmlParser()
Returns the XML parsing information for this bundle.
|
void |
setComponentManagers(Map<String,PartComponentManager> componentManagers)
Sets the map of component managers.
|
void |
setXmlParser(ComponentsXmlParser xmlParser)
Sets the components XML parser implementation.
|
public static final String EXCEPTION_MESSAGE_KEY_COMPONENT_MANAGER_NOT_FOUND
public ComponentsXmlParser getXmlParser()
PartComponentsBundlegetXmlParser in interface PartComponentsBundlepublic void setXmlParser(ComponentsXmlParser xmlParser)
xmlParser - the components XML parsergetXmlParser()public Set<String> getComponentNames()
PartComponentsBundlegetComponentNames in interface PartComponentsBundlepublic PartComponentManager getComponentManager(String componentName)
PartComponentsBundlegetComponentManager in interface PartComponentsBundlecomponentName - the component namepublic Map<String,PartComponentManager> getComponentManagers()
setComponentManagers(Map)public void setComponentManagers(Map<String,PartComponentManager> componentManagers)
The map needs to use component names as keys, and PartComponentManager
instances as values.
componentManagers - the map of component managersCopyright © 2017. All rights reserved.