Class TomcatAutoConfiguration
java.lang.Object
org.joinfaces.autoconfigure.tomcat.TomcatAutoConfiguration
@AutoConfiguration
@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
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory>
-
Constructor Details
-
TomcatAutoConfiguration
public TomcatAutoConfiguration()
-
-
Method Details
-
jsfTomcatFactoryCustomizer
@Bean public org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory> jsfTomcatFactoryCustomizer()
-