|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassMapping | |
|---|---|
| org.ow2.util.xmlconfig | |
| org.ow2.util.xmlconfig.mapping | |
| Uses of ClassMapping in org.ow2.util.xmlconfig |
|---|
| Methods in org.ow2.util.xmlconfig with parameters of type ClassMapping | |
|---|---|
void |
XMLConfiguration.configure(java.lang.Object object,
org.w3c.dom.Element element,
ClassMapping parentClassMapping)
Configure the given object by looking at the element (of the configuration). |
boolean |
XMLConfiguration.isElementMapping(java.lang.String name,
ClassMapping classMapping)
Is that the given name should be considered as an XML element (and read the value of this element). |
boolean |
XMLConfiguration.isListElement(java.lang.String name,
ClassMapping classMapping)
Is that the given name should be used with a list. |
protected void |
XMLConfiguration.setAttributes(org.w3c.dom.Element node,
java.lang.Object object,
ClassMapping classMapping)
Sets the attributes on the given object. |
| Uses of ClassMapping in org.ow2.util.xmlconfig.mapping |
|---|
| Methods in org.ow2.util.xmlconfig.mapping that return ClassMapping | |
|---|---|
ClassMapping |
XMLMapping.getClassMapping(java.lang.String className)
Gets the class mapping for the given class name. |
| Methods in org.ow2.util.xmlconfig.mapping with parameters of type ClassMapping | |
|---|---|
void |
XMLMapping.addClassMapping(ClassMapping classMapping)
Add a given class mapping object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||