Uses of Class
org.nuxeo.ecm.webengine.jaxrs.BundleNotFoundException
-
Uses of BundleNotFoundException in org.nuxeo.ecm.webengine.jaxrs
Modifier and TypeMethodDescriptionstatic Utils.ClassRef
Utils.getClassRef
(String classRef) Get a class proxy reference for the given class referencestatic Utils.ClassRef
Utils.getClassRef
(String classRef, org.osgi.framework.Bundle bundle) static Class<?>
Load a class from a class reference string.static Class<?>
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 stringstatic <T> T[]
Utils.newInstances
(Class<T> componentType, String classRefs, char sep) Get class instances for the given class references string -
Uses of BundleNotFoundException in org.nuxeo.ecm.webengine.jaxrs.servlet.config
Modifier and TypeMethodDescriptionFilterDescriptor.getClassRef()
ListenerDescriptor.getClassRef()
ServletDescriptor.getClassRef()
javax.servlet.Filter
FilterDescriptor.getFilter()
javax.servlet.ServletContextListener
ListenerDescriptor.getListener()
javax.servlet.http.HttpServlet
ServletDescriptor.getServlet()
void
ListenerSetDescriptor.init
(javax.servlet.ServletConfig config)