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 TypeClassDescriptionclassclassclassMethods 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 ClassProxyAbstractResourceType.clazzTypeDescriptor.clazzprotected ClassProxyTypeRegistry.docObjectClassMethods in org.nuxeo.ecm.webengine.model.impl with parameters of type ClassProxyModifier and TypeMethodDescriptionstatic 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 ClassProxyModifierConstructorDescriptionprotectedAbstractResourceType(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)