Class TomcatAutoConfiguration


  • @Configuration(proxyBeanMethods=false)
    @ConditionalOnClass(org.apache.catalina.Context.class)
    @ConditionalOnWebApplication(type=SERVLET)
    public class TomcatAutoConfiguration
    extends java.lang.Object
    Creating tomcat auto configuration to enable jsf read facelets at integration tests.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory> jsfTomcatFactoryCustomizer()  
      • Methods inherited from class java.lang.Object

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

      • TomcatAutoConfiguration

        public TomcatAutoConfiguration()
    • Method Detail

      • jsfTomcatFactoryCustomizer

        @Bean
        public org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory> jsfTomcatFactoryCustomizer()