Class WebFragmentRegistrationBean.UndertowListenerAdder

  • All Implemented Interfaces:
    org.springframework.boot.web.embedded.undertow.UndertowDeploymentInfoCustomizer
    Enclosing class:
    WebFragmentRegistrationBean

    public static class WebFragmentRegistrationBean.UndertowListenerAdder
    extends Object
    implements org.springframework.boot.web.embedded.undertow.UndertowDeploymentInfoCustomizer
    This UndertowDeploymentInfoCustomizer adds listeners to the servlet-context in a non-programmatic way, so they aren't affected by the restrictions for programmatically registered listeners of Section 4.4 of the Servlet Specification.
    • Constructor Detail

    • Method Detail

      • customize

        public void customize​(io.undertow.servlet.api.DeploymentInfo deploymentInfo)
        Specified by:
        customize in interface org.springframework.boot.web.embedded.undertow.UndertowDeploymentInfoCustomizer