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 Summary
Constructors Constructor Description TomcatAutoConfiguration() 
- 
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() 
 -