Uses of Class
org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader

Packages that use OSGiWebappClassLoader
org.eclipse.jetty.osgi.boot.internal.webapp   
 

Uses of OSGiWebappClassLoader in org.eclipse.jetty.osgi.boot.internal.webapp
 

Methods in org.eclipse.jetty.osgi.boot.internal.webapp that return OSGiWebappClassLoader
protected  OSGiWebappClassLoader WebBundleDeployerHelper.createWebappClassLoader(org.osgi.framework.Bundle contributor)
          No matter what the type of webapp, we create a WebappClassLoader.
 

Methods in org.eclipse.jetty.osgi.boot.internal.webapp with parameters of type OSGiWebappClassLoader
protected  void WebBundleDeployerHelper.configureWebappClassLoader(org.osgi.framework.Bundle contributor, ContextHandler context, OSGiWebappClassLoader webappClassLoader)
          Configure a classloader onto the context.
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.