Class IcefacesAutoConfiguration.IcefacesUndertowAutoConfiguration
- java.lang.Object
-
- org.joinfaces.autoconfigure.icefaces.IcefacesAutoConfiguration.IcefacesUndertowAutoConfiguration
-
- Enclosing class:
- IcefacesAutoConfiguration
@Configuration @ConditionalOnClass(io.undertow.Undertow.class) public static class IcefacesAutoConfiguration.IcefacesUndertowAutoConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IcefacesUndertowAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory>
icefacesUndertowFactoryCustomizer()
ThisWebServerFactoryCustomizer
adds aServletContextInitializer
to the embedded undertow which is equivalent to ICEfaces'META-INF/core.tld
.
-
-
-
Method Detail
-
icefacesUndertowFactoryCustomizer
@Bean public org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory> icefacesUndertowFactoryCustomizer()
ThisWebServerFactoryCustomizer
adds aServletContextInitializer
to the embedded undertow which is equivalent to ICEfaces'META-INF/core.tld
.- Returns:
- ICEfaces undertow factory customizer
-
-