@Configuration
@ConditionalOnClass(value=io.undertow.Undertow.class)
public static class IcefacesAutoConfiguration.IcefacesUndertowAutoConfiguration
extends java.lang.Object
Constructor and Description |
---|
IcefacesUndertowAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory> |
icefacesUndertowFactoryCustomizer()
This
WebServerFactoryCustomizer adds a ServletContextInitializer to the embedded undertow
which is equivalent to ICEfaces' META-INF/core.tld . |
@Bean public org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory> icefacesUndertowFactoryCustomizer()
WebServerFactoryCustomizer
adds a ServletContextInitializer
to the embedded undertow
which is equivalent to ICEfaces' META-INF/core.tld
.