Class OSGiWebInfConfiguration

java.lang.Object
org.eclipse.jetty.webapp.AbstractConfiguration
org.eclipse.jetty.webapp.WebInfConfiguration
org.eclipse.jetty.osgi.boot.OSGiWebInfConfiguration
All Implemented Interfaces:
org.eclipse.jetty.webapp.Configuration

public class OSGiWebInfConfiguration extends org.eclipse.jetty.webapp.WebInfConfiguration
OSGiWebInfConfiguration Handle adding resources found in bundle fragments, and add them into the
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.jetty.webapp.Configuration

    org.eclipse.jetty.webapp.Configuration.Wrapper, org.eclipse.jetty.webapp.Configuration.WrapperFunction
  • Field Summary

    Fields inherited from class org.eclipse.jetty.webapp.WebInfConfiguration

    _preUnpackBaseResource, TEMPDIR_CONFIGURED, TEMPORARY_RESOURCE_BASE

    Fields inherited from interface org.eclipse.jetty.webapp.Configuration

    ATTR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends org.eclipse.jetty.webapp.Configuration>
     

    Methods inherited from class org.eclipse.jetty.webapp.WebInfConfiguration

    cloneConfigure, configure, configureTempDirectory, deconfigure, getCanonicalNameForWebAppTmpDir, getResourceBaseName, makeTempDirectory, preConfigure, resolveTempDirectory, unpack

    Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration

    abort, addDependencies, addDependencies, addDependents, addDependents, destroy, expose, getDependencies, getDependents, getServerClasses, getSystemClasses, hide, isEnabledByDefault, postConfigure, protect, protectAndExpose

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.jetty.webapp.Configuration

    isAvailable
  • Constructor Details

    • OSGiWebInfConfiguration

      public OSGiWebInfConfiguration()
  • Method Details

    • replaces

      public Class<? extends org.eclipse.jetty.webapp.Configuration> replaces()