Class WebFragmentRegistrationBean.JettyListenerAdder

  • All Implemented Interfaces:
    Configuration
    Enclosing class:
    WebFragmentRegistrationBean

    public static class WebFragmentRegistrationBean.JettyListenerAdder
    extends AbstractConfiguration
    This Configuration 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

      • JettyListenerAdder

        public JettyListenerAdder​(java.util.List<java.lang.Class<? extends java.util.EventListener>> listeners)