Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.common.xmap.XAnnotatedObject

Packages that use XAnnotatedObject
org.nuxeo.common.xmap A framework used to map XML (config) files to Java objects attributes, as specified using Java annotations. 
 

Uses of XAnnotatedObject in org.nuxeo.common.xmap
 

Methods in org.nuxeo.common.xmap that return XAnnotatedObject
 XAnnotatedObject XMap.register(java.lang.Class klass)
          Registers a mappable object class.
 

Methods in org.nuxeo.common.xmap that return types with arguments of type XAnnotatedObject
 java.util.Collection<XAnnotatedObject> XMap.getRootObjects()
          Gets the root objects.
 java.util.Collection<XAnnotatedObject> XMap.getScannedObjects()
          Gets a list of scanned objects.
 

Methods in org.nuxeo.common.xmap with parameters of type XAnnotatedObject
static java.lang.String XMLBuilder.saveToXML(java.lang.Object object, org.w3c.dom.Element root, XAnnotatedObject xao)
           
static void XMLBuilder.toXML(java.lang.Object o, org.w3c.dom.Element parent, XAnnotatedObject xao)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.