|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigModel | |
---|---|
org.jvnet.hk2.config |
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 Map<Inhabitant<? extends ConfigInjector>,ConfigModel> |
DomDocument.models
|
Methods in org.jvnet.hk2.config that return ConfigModel | |
---|---|
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. |
Methods in org.jvnet.hk2.config that return types with arguments of type ConfigModel | |
---|---|
List<ConfigModel> |
DomDocument.getAllModelsImplementing(Class intf)
Calculates all @Configured interfaces subclassing the passed interface type. |
Methods in org.jvnet.hk2.config with parameters of type ConfigModel | |
---|---|
Dom |
DomDecorator.decorate(Habitat 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(Habitat habitat,
XMLStreamReader in,
T parent,
ConfigModel model)
|
Constructors in org.jvnet.hk2.config with parameters of type ConfigModel | |
---|---|
ConfigBean(Habitat habitat,
DomDocument document,
ConfigBean parent,
ConfigModel model,
XMLStreamReader in)
|
|
ConfigModel.Node(ConfigModel model,
String xmlName)
|
|
Dom(Habitat habitat,
DomDocument document,
Dom parent,
ConfigModel model)
|
|
Dom(Habitat habitat,
DomDocument document,
Dom parent,
ConfigModel model,
XMLStreamReader in)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |