Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.webengine.loader.ClassProxy

Packages that use ClassProxy
org.nuxeo.ecm.webengine.loader   
org.nuxeo.ecm.webengine.model.impl   
 

Uses of ClassProxy in org.nuxeo.ecm.webengine.loader
 

Classes in org.nuxeo.ecm.webengine.loader that implement ClassProxy
 class GroovyClassProxy
           
 class LazyClassProxy
           
 class StaticClassProxy
           
 

Methods in org.nuxeo.ecm.webengine.loader that return ClassProxy
 ClassProxy WebLoader.getClassProxy(org.osgi.framework.Bundle bundle, String className)
           
 ClassProxy WebLoader.getClassProxy(String className)
           
 ClassProxy WebLoader.getGroovyClassProxy(String className)
           
 

Uses of ClassProxy in org.nuxeo.ecm.webengine.model.impl
 

Fields in org.nuxeo.ecm.webengine.model.impl declared as ClassProxy
 ClassProxy TypeDescriptor.clazz
           
 

Methods in org.nuxeo.ecm.webengine.model.impl with parameters of type ClassProxy
static AdapterDescriptor AdapterDescriptor.fromAnnotation(ClassProxy clazz, WebAdapter type)
           
static TypeDescriptor TypeDescriptor.fromAnnotation(ClassProxy clazz, WebObject type)
           
 

Constructors in org.nuxeo.ecm.webengine.model.impl with parameters of type ClassProxy
AdapterDescriptor(ClassProxy clazz, String name, String type, String superType)
           
AdapterDescriptor(ClassProxy clazz, String name, String type, String superType, String targetType, String[] facets)
           
AdapterTypeImpl(WebEngine engine, ModuleImpl module, ResourceTypeImpl superType, String name, String adapterName, ClassProxy clazz, int visibility)
           
ResourceTypeImpl(WebEngine engine, ModuleImpl module, ResourceTypeImpl superType, String name, ClassProxy clazz, int visibility)
           
TypeDescriptor(ClassProxy clazz, String type, String superType)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.