Class UndertowAutoConfiguration
java.lang.Object
org.joinfaces.autoconfigure.undertow.UndertowAutoConfiguration
@AutoConfiguration
@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
-
Method Summary
Modifier and TypeMethodDescriptionjsfUndertowFactoryCustomizer
(UndertowProperties undertowProperties)
-
Constructor Details
-
UndertowAutoConfiguration
public UndertowAutoConfiguration()
-
-
Method Details
-
jsfUndertowFactoryCustomizer
@Bean public WebServerFactoryCustomizer<UndertowServletWebServerFactory> jsfUndertowFactoryCustomizer(UndertowProperties undertowProperties)
-