| Package | Description |
|---|---|
| org.jvnet.hk2.config |
| Modifier and Type | Field and Description |
|---|---|
ConfigModel |
Dom.model
Model drives the interpretation of this DOM.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<ActiveDescriptor<? extends ConfigInjector>,ConfigModel> |
DomDocument.models |
| Modifier and Type | Method and Description |
|---|---|
ConfigModel |
DomDocument.buildModel(java.lang.Class<?> clazz)
Obtains a
ConfigModel for the given class (Which should have Configured annotation on it.) |
ConfigModel |
DomDocument.buildModel(java.lang.String fullyQualifiedClassName)
Obtains a
ConfigModel for the given class (Which should have Configured annotation on it.) |
ConfigModel |
ConfigModel.Node.getModel()
Returns the config model for this Node
|
ConfigModel |
DomDocument.getModel(java.lang.Class c)
Deprecated.
|
ConfigModel |
DomDocument.getModelByElementName(java.lang.String elementName)
Obtains the
ConfigModel from the "global" element name. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConfigModel> |
DomDocument.getAllModelsImplementing(java.lang.Class intf)
Calculates all @Configured interfaces subclassing the passed interface type.
|
| Modifier and Type | Method and Description |
|---|---|
Dom |
DomDecorator.decorate(ServiceLocator habitat,
DomDocument document,
T parent,
ConfigModel model,
javax.xml.stream.XMLStreamReader in) |
protected Dom |
ConfigParser.handleElement(javax.xml.stream.XMLStreamReader in,
DomDocument document,
Dom parent,
ConfigModel model)
Parses a whole XML tree and builds a
Dom tree, by using the given model
for the top-level element. |
Dom |
DomDocument.make(ServiceLocator habitat,
javax.xml.stream.XMLStreamReader in,
T parent,
ConfigModel model) |
| Constructor and Description |
|---|
ConfigBean(ServiceLocator habitat,
DomDocument document,
ConfigBean parent,
ConfigModel model,
javax.xml.stream.XMLStreamReader in) |
ConfigModel.Node(ConfigModel model,
java.lang.String xmlName) |
Dom(ServiceLocator habitat,
DomDocument document,
Dom parent,
ConfigModel model) |
Dom(ServiceLocator habitat,
DomDocument document,
Dom parent,
ConfigModel model,
javax.xml.stream.XMLStreamReader in) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.