org.springframework.boot.web.embedded.jetty

Class ServletContextInitializerConfiguration

  • java.lang.Object
    • org.eclipse.jetty.webapp.AbstractConfiguration
      • org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
  • All Implemented Interfaces:
    org.eclipse.jetty.webapp.Configuration


    public class ServletContextInitializerConfiguration
    extends org.eclipse.jetty.webapp.AbstractConfiguration
    Jetty Configuration that calls ServletContextInitializers.
    Since:
    2.0.0
    • Nested Class Summary

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

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

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

        ATTR
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void configure(org.eclipse.jetty.webapp.WebAppContext context) 
      • Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration

        cloneConfigure, deconfigure, destroy, postConfigure, preConfigure
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • configure

        public void configure(org.eclipse.jetty.webapp.WebAppContext context)
                       throws java.lang.Exception
        Specified by:
        configure in interface org.eclipse.jetty.webapp.Configuration
        Overrides:
        configure in class org.eclipse.jetty.webapp.AbstractConfiguration
        Throws:
        java.lang.Exception