| Package | Description |
|---|---|
| org.nuxeo.ecm.webengine.loader | |
| org.nuxeo.ecm.webengine.model.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
GroovyClassProxy |
class |
LazyClassProxy |
class |
StaticClassProxy |
| Modifier and Type | Method and Description |
|---|---|
ClassProxy |
WebLoader.getClassProxy(org.osgi.framework.Bundle bundle,
String className) |
ClassProxy |
WebLoader.getClassProxy(String className) |
ClassProxy |
WebLoader.getGroovyClassProxy(String className) |
| Modifier and Type | Field and Description |
|---|---|
ClassProxy |
TypeDescriptor.clazz |
protected ClassProxy |
AbstractResourceType.clazz |
protected ClassProxy |
TypeRegistry.docObjectClass |
| Modifier and Type | Method and Description |
|---|---|
static AdapterDescriptor |
AdapterDescriptor.fromAnnotation(ClassProxy clazz,
WebAdapter type) |
static TypeDescriptor |
TypeDescriptor.fromAnnotation(ClassProxy clazz,
WebObject type) |
protected TypeDescriptor |
DefaultTypeLoader.loadType(ClassProxy clazz) |
| Constructor and 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) |
Copyright © 2019 Nuxeo. All rights reserved.