Package | Description |
---|---|
org.nuxeo.ecm.webengine.jaxrs | |
org.nuxeo.ecm.webengine.jaxrs.servlet.config |
Modifier and Type | Method and Description |
---|---|
static Utils.ClassRef |
Utils.getClassRef(String classRef)
Get a class proxy reference for the given class reference
|
static Utils.ClassRef |
Utils.getClassRef(String classRef,
org.osgi.framework.Bundle bundle) |
static Class<?> |
Utils.loadClass(String classRef)
Load a class from a class reference string.
|
static Class<?> |
Utils.loadClass(String bundleId,
String className)
Load a class given the owner bundle and the class name.
|
static Class<?>[] |
Utils.loadClasses(String classRefs)
Load classes from a list of class references given as a comma separated string list.
|
static Class<?>[] |
Utils.loadClasses(String classRefs,
char sep)
Load classes from a list of class references given as a 'sep' separated string list.
|
Modifier and Type | Method and Description |
---|---|
Utils.ClassRef |
ServletDescriptor.getClassRef() |
Utils.ClassRef |
ListenerDescriptor.getClassRef() |
Utils.ClassRef |
FilterDescriptor.getClassRef() |
Copyright © 2011 Nuxeo SA. All Rights Reserved.