Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

Uses of XValueFactory in org.nuxeo.common.xmap
 

Fields in org.nuxeo.common.xmap declared as XValueFactory
static XValueFactory XValueFactory.BOOLEAN
           
static XValueFactory XValueFactory.CLASS
           
static XValueFactory XValueFactory.DATE
           
static XValueFactory XValueFactory.DOUBLE
           
static XValueFactory XValueFactory.FILE
           
static XValueFactory XValueFactory.FLOAT
           
static XValueFactory XValueFactory.INTEGER
           
static XValueFactory XValueFactory.LONG
           
static XValueFactory XValueFactory.RESOURCE
           
static XValueFactory XValueFactory.STRING
           
static XValueFactory XValueFactory.URL
           
 

Methods in org.nuxeo.common.xmap that return XValueFactory
static XValueFactory XValueFactory.getFactory(Class type)
           
 XValueFactory XMap.getValueFactory(Class type)
          Gets the value factory used for objects of the given class.
 

Methods in org.nuxeo.common.xmap with parameters of type XValueFactory
static void XValueFactory.addFactory(Class klass, XValueFactory factory)
           
 void XMap.setValueFactory(Class type, XValueFactory factory)
          Sets a custom value factory for the given class.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.