Class UndertowAutoConfiguration
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.undertow.UndertowAutoConfiguration
 
 
- 
@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(UndertowProperties.class) @ConditionalOnClass(io.undertow.Undertow.class) @ConditionalOnWebApplication(type=SERVLET) public class UndertowAutoConfiguration extends Object
Spring Boot Auto Configuration of Undertow. Configure undertow to load jsf resources from classpath. 
- 
- 
Constructor Summary
Constructors Constructor Description UndertowAutoConfiguration() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory>jsfUndertowFactoryCustomizer(UndertowProperties undertowProperties) 
 - 
 
- 
- 
Method Detail
- 
jsfUndertowFactoryCustomizer
@Bean public org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory> jsfUndertowFactoryCustomizer(UndertowProperties undertowProperties)
 
 - 
 
 -