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 classGroovyClassProxyclassLazyClassProxyclassStaticClassProxyMethods in org.nuxeo.ecm.webengine.loader that return ClassProxy Modifier and Type Method Description ClassProxyWebLoader. getClassProxy(String className)ClassProxyWebLoader. getClassProxy(org.osgi.framework.Bundle bundle, String className)ClassProxyWebLoader. 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 ClassProxyAbstractResourceType. clazzClassProxyTypeDescriptor. clazzprotected ClassProxyTypeRegistry. docObjectClassMethods in org.nuxeo.ecm.webengine.model.impl with parameters of type ClassProxy Modifier and Type Method Description static AdapterDescriptorAdapterDescriptor. fromAnnotation(ClassProxy clazz, WebAdapter type)static TypeDescriptorTypeDescriptor. fromAnnotation(ClassProxy clazz, WebObject type)protected TypeDescriptorDefaultTypeLoader. 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)
-