public interface PartComponentsBundle
Modifier and Type | Method and Description |
---|---|
PartComponentManager |
getComponentManager(String componentName)
Returns the manager for a component type identified by 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.
|
ComponentsXmlParser getXmlParser()
Set<String> getComponentNames()
PartComponentManager getComponentManager(String componentName)
componentName
- the component nameJRRuntimeException
- if the bundle does not include a component type
having the specified nameCopyright © 2015. All rights reserved.