Nuxeo ECM Projects 5.4.3-SNAPSHOT

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(Class klass)
          Registers a mappable object class.
 

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

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


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.