Class TomcatAutoConfiguration
- java.lang.Object
- 
- org.joinfaces.autoconfigure.tomcat.TomcatAutoConfiguration
 
- 
 @Configuration(proxyBeanMethods=false) @ConditionalOnClass(org.apache.catalina.Context.class) @ConditionalOnWebApplication(type=SERVLET) public class TomcatAutoConfiguration extends Object Creating tomcat auto configuration to enable jsf read facelets at integration tests.
- 
- 
Constructor SummaryConstructors Constructor Description TomcatAutoConfiguration()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JsfTomcatApplicationListenerjsfTomcatApplicationListener()org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory>jsfTomcatFactoryCustomizer()
 
- 
- 
- 
Method Detail- 
jsfTomcatApplicationListener@Bean public JsfTomcatApplicationListener jsfTomcatApplicationListener() 
 - 
jsfTomcatFactoryCustomizer@Bean public org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory> jsfTomcatFactoryCustomizer() 
 
- 
 
-