Class WebMvcSpringSupplierExtension.OfficeFloorEmbeddedTomcatConfiguration

  • Enclosing class:
    WebMvcSpringSupplierExtension

    @Configuration(proxyBeanMethods=false)
    public static class WebMvcSpringSupplierExtension.OfficeFloorEmbeddedTomcatConfiguration
    extends java.lang.Object
    Configuration to embed OfficeFloor managed Tomcat.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory tomcatServletWebServerFactory​(org.springframework.beans.factory.ObjectProvider<org.springframework.boot.web.embedded.tomcat.TomcatContextCustomizer> contextCustomizers)  
      • Methods inherited from class java.lang.Object

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

      • OfficeFloorEmbeddedTomcatConfiguration

        public OfficeFloorEmbeddedTomcatConfiguration()
    • Method Detail

      • tomcatServletWebServerFactory

        @Bean
        @Primary
        public org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory tomcatServletWebServerFactory​(org.springframework.beans.factory.ObjectProvider<org.springframework.boot.web.embedded.tomcat.TomcatContextCustomizer> contextCustomizers)