@Configuration @EnableConfigurationProperties(value=UndertowProperties.class) @ConditionalOnClass(value=io.undertow.Undertow.class) @ConditionalOnWebApplication(type=SERVLET) public class UndertowAutoConfiguration extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
UndertowAutoConfiguration.UndertowMojarraAutoConfiguration
Undertow can't scan JSP *.tld-files.
|
Constructor and Description |
---|
UndertowAutoConfiguration(UndertowProperties undertowProperties) |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory> |
jsfUndertowFactoryCustomizer() |
public UndertowAutoConfiguration(UndertowProperties undertowProperties)