|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ConfigModel in org.jvnet.hk2.config |
|---|
| Fields in org.jvnet.hk2.config declared as ConfigModel | |
|---|---|
ConfigModel |
Dom.model
Model drives the interpretation of this DOM. |
| Fields in org.jvnet.hk2.config with type parameters of type ConfigModel | |
|---|---|
protected java.util.Map<org.jvnet.hk2.component.Inhabitant<? extends ConfigInjector>,ConfigModel> |
DomDocument.models
|
| Methods in org.jvnet.hk2.config that return ConfigModel | |
|---|---|
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. |
| Methods in org.jvnet.hk2.config that return types with arguments of type ConfigModel | |
|---|---|
java.util.List<ConfigModel> |
DomDocument.getAllModelsImplementing(java.lang.Class intf)
Calculates all @Configured interfaces subclassing the passed interface type. |
| Methods in org.jvnet.hk2.config with parameters of type ConfigModel | |
|---|---|
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(org.jvnet.hk2.component.Habitat habitat,
javax.xml.stream.XMLStreamReader in,
T parent,
ConfigModel model)
|
| Constructors in org.jvnet.hk2.config with parameters of type ConfigModel | |
|---|---|
ConfigBean(org.jvnet.hk2.component.Habitat habitat,
DomDocument document,
ConfigBean parent,
ConfigModel model,
javax.xml.stream.XMLStreamReader in)
|
|
ConfigModel.Node(ConfigModel model,
java.lang.String xmlName)
|
|
Dom(org.jvnet.hk2.component.Habitat habitat,
DomDocument document,
Dom parent,
ConfigModel model)
|
|
Dom(org.jvnet.hk2.component.Habitat habitat,
DomDocument document,
Dom parent,
ConfigModel model,
javax.xml.stream.XMLStreamReader in)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||