Uses of Interface
org.nuxeo.ecm.webengine.loader.ClassProxy
Packages that use ClassProxy
-
Uses of ClassProxy in org.nuxeo.ecm.webengine.loader
Classes in org.nuxeo.ecm.webengine.loader that implement ClassProxyModifier and TypeClassDescriptionclass
class
class
Methods in org.nuxeo.ecm.webengine.loader that return ClassProxyModifier and TypeMethodDescriptionWebLoader.getClassProxy
(String className) WebLoader.getClassProxy
(org.osgi.framework.Bundle bundle, String className) WebLoader.getGroovyClassProxy
(String className) -
Uses of ClassProxy in org.nuxeo.ecm.webengine.model.impl
Fields in org.nuxeo.ecm.webengine.model.impl declared as ClassProxyModifier and TypeFieldDescriptionprotected ClassProxy
AbstractResourceType.clazz
TypeDescriptor.clazz
protected ClassProxy
TypeRegistry.docObjectClass
Methods in org.nuxeo.ecm.webengine.model.impl with parameters of type ClassProxyModifier and TypeMethodDescriptionstatic 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 ClassProxyModifierConstructorDescriptionprotected
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)