Class WeldServletContainerInitializerRegistrationBean

  • All Implemented Interfaces:
    org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory>

    public class WeldServletContainerInitializerRegistrationBean
    extends ServletContainerInitializerRegistrationBean<org.jboss.weld.environment.servlet.EnhancedListener>
    ServletContainerInitializerRegistrationBean for WELD's EnhancedListener. This also sets the "org.jboss.weld.environment.container.class" based on the type of the embedded server.
    • Constructor Detail

      • WeldServletContainerInitializerRegistrationBean

        public WeldServletContainerInitializerRegistrationBean()
    • Method Detail

      • customize

        public void customize​(org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory factory)
        Specified by:
        customize in interface org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory>
        Overrides:
        customize in class ServletContainerInitializerRegistrationBean<org.jboss.weld.environment.servlet.EnhancedListener>