Class IcefacesAutoConfiguration.IcefacesUndertowAutoConfiguration

  • Enclosing class:
    IcefacesAutoConfiguration

    @Configuration
    @ConditionalOnClass(io.undertow.Undertow.class)
    public static class IcefacesAutoConfiguration.IcefacesUndertowAutoConfiguration
    extends java.lang.Object
    • 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()
      This WebServerFactoryCustomizer adds a ServletContextInitializer to the embedded undertow which is equivalent to ICEfaces' META-INF/core.tld.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IcefacesUndertowAutoConfiguration

        public IcefacesUndertowAutoConfiguration()
    • Method Detail

      • icefacesUndertowFactoryCustomizer

        @Bean
        public 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.
        Returns:
        ICEfaces undertow factory customizer