Class UndertowAutoConfiguration.UndertowMojarraAutoConfiguration

  • Enclosing class:
    UndertowAutoConfiguration

    @Configuration
    @ConditionalOnClass(com.sun.faces.config.ConfigureListener.class)
    public static class UndertowAutoConfiguration.UndertowMojarraAutoConfiguration
    extends java.lang.Object
    Undertow can't scan JSP *.tld-files. So it doesn't find Mojarras {«link ConfigureListener} itself.

    This is implemented as WebServerFactoryCustomizer, so it only applies to spring boots embedded undertow.

    • 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> mojarraUndertowFactoryCustomizer()  
      • Methods inherited from class java.lang.Object

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

      • UndertowMojarraAutoConfiguration

        public UndertowMojarraAutoConfiguration()
    • Method Detail

      • mojarraUndertowFactoryCustomizer

        @Bean
        public org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory> mojarraUndertowFactoryCustomizer()