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 Map<ActiveDescriptor<? extends ConfigInjector>,ConfigModel> |
DomDocument.models |
Modifier and Type | Method and Description |
---|---|
ConfigModel |
DomDocument.buildModel(Class<?> clazz)
Obtains a
ConfigModel for the given class (Which should have Configured annotation on it.) |
ConfigModel |
DomDocument.buildModel(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(Class c)
Deprecated.
|
ConfigModel |
DomDocument.getModelByElementName(String elementName)
Obtains the
ConfigModel from the "global" element name. |
Modifier and Type | Method and Description |
---|---|
List<ConfigModel> |
DomDocument.getAllModelsImplementing(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,
XMLStreamReader in) |
protected Dom |
ConfigParser.handleElement(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,
XMLStreamReader in,
T parent,
ConfigModel model) |
Constructor and Description |
---|
ConfigBean(ServiceLocator habitat,
DomDocument document,
ConfigBean parent,
ConfigModel model,
XMLStreamReader in) |
Dom(ServiceLocator habitat,
DomDocument document,
Dom parent,
ConfigModel model) |
Dom(ServiceLocator habitat,
DomDocument document,
Dom parent,
ConfigModel model,
XMLStreamReader in) |
Node(ConfigModel model,
String xmlName) |
Copyright © 2009–2015 Oracle Corporation. All rights reserved.