Uses of Interface
org.eclipse.jetty.util.ClassVisibilityChecker
-
Packages that use ClassVisibilityChecker Package Description org.eclipse.jetty.ant Jetty Ant : Ant Tasks and Configurationorg.eclipse.jetty.maven.plugin Jetty Maven Plugin : Support for Jetty in Maven build lifecycleorg.eclipse.jetty.osgi.boot.internal.webapp org.eclipse.jetty.quickstart org.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of ClassVisibilityChecker in org.eclipse.jetty.ant
Classes in org.eclipse.jetty.ant that implement ClassVisibilityChecker Modifier and Type Class Description classAntWebAppContextExtension of WebAppContext to allow configuration via Ant environment. -
Uses of ClassVisibilityChecker in org.eclipse.jetty.maven.plugin
Classes in org.eclipse.jetty.maven.plugin that implement ClassVisibilityChecker Modifier and Type Class Description classJettyWebAppContextJettyWebAppContext Extends the WebAppContext to specialize for the maven environment. -
Uses of ClassVisibilityChecker in org.eclipse.jetty.osgi.boot.internal.webapp
Classes in org.eclipse.jetty.osgi.boot.internal.webapp that implement ClassVisibilityChecker Modifier and Type Class Description classOSGiWebappClassLoaderOSGiWebappClassLoader Extends the webapp classloader to also use the classloader of the Bundle defining the webapp. -
Uses of ClassVisibilityChecker in org.eclipse.jetty.quickstart
Classes in org.eclipse.jetty.quickstart that implement ClassVisibilityChecker Modifier and Type Class Description classQuickStartWebAppQuickStartWar -
Uses of ClassVisibilityChecker in org.eclipse.jetty.webapp
Subinterfaces of ClassVisibilityChecker in org.eclipse.jetty.webapp Modifier and Type Interface Description static interfaceWebAppClassLoader.ContextThe Context in which the classloader operates.Classes in org.eclipse.jetty.webapp that implement ClassVisibilityChecker Modifier and Type Class Description classCachingWebAppClassLoaderA WebAppClassLoader that cachesCachingWebAppClassLoader.getResource(String)results.classWebAppClassLoaderClassLoader for HttpContext.classWebAppContextWeb Application Context Handler.
-