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