Uses of Interface
org.nuxeo.ecm.webengine.loader.ClassProxy
-
Packages that use ClassProxy Package Description 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 Modifier and Type Class Description class
GroovyClassProxy
class
LazyClassProxy
class
StaticClassProxy
Methods in org.nuxeo.ecm.webengine.loader that return ClassProxy Modifier and Type Method Description ClassProxy
WebLoader. getClassProxy(String className)
ClassProxy
WebLoader. getClassProxy(org.osgi.framework.Bundle bundle, 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 Modifier and Type Field Description protected ClassProxy
AbstractResourceType. clazz
ClassProxy
TypeDescriptor. clazz
protected ClassProxy
TypeRegistry. docObjectClass
Methods in org.nuxeo.ecm.webengine.model.impl with parameters of type ClassProxy Modifier and Type Method Description static AdapterDescriptor
AdapterDescriptor. fromAnnotation(ClassProxy clazz, WebAdapter type)
static TypeDescriptor
TypeDescriptor. fromAnnotation(ClassProxy clazz, WebObject type)
protected TypeDescriptor
DefaultTypeLoader. loadType(ClassProxy clazz)
Constructors in org.nuxeo.ecm.webengine.model.impl with parameters of type ClassProxy Constructor Description AbstractResourceType(WebEngine engine, Module module, AbstractResourceType superType, String name, ClassProxy clazz, com.sun.jersey.server.spi.component.ResourceComponentConstructor constructor, int visibility)
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, com.sun.jersey.server.spi.component.ResourceComponentConstructor constructor, int visibility)
ResourceTypeImpl(WebEngine engine, ModuleImpl module, ResourceTypeImpl superType, String name, ClassProxy clazz, com.sun.jersey.server.spi.component.ResourceComponentConstructor constructor, int visibility)
TypeDescriptor(ClassProxy clazz, String type, String superType)
-