Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.webengine.jaxrs.BundleNotFoundException

Packages that use BundleNotFoundException
org.nuxeo.ecm.webengine.jaxrs   
org.nuxeo.ecm.webengine.jaxrs.servlet.config   
 

Uses of BundleNotFoundException in org.nuxeo.ecm.webengine.jaxrs
 

Methods in org.nuxeo.ecm.webengine.jaxrs that throw BundleNotFoundException
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.
 

Uses of BundleNotFoundException in org.nuxeo.ecm.webengine.jaxrs.servlet.config
 

Methods in org.nuxeo.ecm.webengine.jaxrs.servlet.config that throw BundleNotFoundException
 Utils.ClassRef ServletDescriptor.getClassRef()
           
 Utils.ClassRef ListenerDescriptor.getClassRef()
           
 Utils.ClassRef FilterDescriptor.getClassRef()
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.