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