| 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 |
| Modifier and Type | Method and Description |
|---|---|
static AdapterDescriptor |
AdapterDescriptor.fromAnnotation(ClassProxy clazz,
WebAdapter type) |
static TypeDescriptor |
TypeDescriptor.fromAnnotation(ClassProxy clazz,
WebObject type) |
| Constructor and Description |
|---|
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,
int visibility) |
ResourceTypeImpl(WebEngine engine,
ModuleImpl module,
ResourceTypeImpl superType,
String name,
ClassProxy clazz,
int visibility) |
TypeDescriptor(ClassProxy clazz,
String type,
String superType) |
Copyright © 2012 Nuxeo SA. All Rights Reserved.