Package | Description |
---|---|
org.nuxeo.ecm.webengine.jaxrs | |
org.nuxeo.ecm.webengine.jaxrs.login | |
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.
|
static Object |
Utils.newInstance(String classRef)
Create a new object of the given a class reference.
|
static Object |
Utils.newInstance(String bundleId,
String className)
Create a new object of the given class in the given bundle.
|
static <T> T[] |
Utils.newInstances(Class<T> componentType,
String classRefs)
Get class instances for the given class references string
|
static <T> T[] |
Utils.newInstances(Class<T> componentType,
String classRefs,
char sep)
Get class instances for the given class references string
|
Constructor and Description |
---|
CompositeAuthenticationHandler(String classRefs) |
Modifier and Type | Method and Description |
---|---|
Utils.ClassRef |
ServletDescriptor.getClassRef() |
Utils.ClassRef |
ListenerDescriptor.getClassRef() |
Utils.ClassRef |
FilterDescriptor.getClassRef() |
javax.servlet.Filter |
FilterDescriptor.getFilter() |
javax.servlet.ServletContextListener |
ListenerDescriptor.getListener() |
javax.servlet.http.HttpServlet |
ServletDescriptor.getServlet() |
void |
ListenerSetDescriptor.init(javax.servlet.ServletConfig config) |
Copyright © 2015 Nuxeo SA. All rights reserved.