Uses of Interface
org.eclipse.jetty.osgi.boot.utils.WebappRegistrationCustomizer

Packages that use WebappRegistrationCustomizer
org.eclipse.jetty.osgi.boot.internal.webapp   
org.eclipse.jetty.osgi.boot.jasper   
 

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

Fields in org.eclipse.jetty.osgi.boot.internal.webapp with type parameters of type WebappRegistrationCustomizer
static Collection<WebappRegistrationCustomizer> WebBundleDeployerHelper.JSP_REGISTRATION_HELPERS
          By default set to: DefaultBundleClassLoaderHelper.
 

Uses of WebappRegistrationCustomizer in org.eclipse.jetty.osgi.boot.jasper
 

Classes in org.eclipse.jetty.osgi.boot.jasper that implement WebappRegistrationCustomizer
 class PluggableWebAppRegistrationCustomizerImpl
          Plug bundles that contains tld files so that jasper will discover them and set them up in jetty.
 class WebappRegistrationCustomizerImpl
          Fix various shortcomings with the way jasper parses the tld files.
 



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