public interface XMLComponentManager
The methods of the component manager allow components to query features and properties that affect the operation of the component.
XMLComponent
Modifier and Type | Method and Description |
---|---|
boolean |
getFeature(String featureId)
Returns the state of a feature.
|
Object |
getProperty(String propertyId)
Returns the value of a property.
|
boolean getFeature(String featureId) throws XMLConfigurationException
featureId
- The feature identifier.XMLConfigurationException
- Thrown on configuration error.Object getProperty(String propertyId) throws XMLConfigurationException
propertyId
- The property identifier.XMLConfigurationException
- Thrown on configuration error.Copyright © 2017 JBoss by Red Hat. All rights reserved.