Class WebFragmentRegistrationBean.JettyListenerAdder

java.lang.Object
org.eclipse.jetty.webapp.AbstractConfiguration
org.joinfaces.servlet.WebFragmentRegistrationBean.JettyListenerAdder
All Implemented Interfaces:
org.eclipse.jetty.webapp.Configuration
Enclosing class:
WebFragmentRegistrationBean

public static class WebFragmentRegistrationBean.JettyListenerAdder extends org.eclipse.jetty.webapp.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.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.jetty.webapp.Configuration

    org.eclipse.jetty.webapp.Configuration.Wrapper, org.eclipse.jetty.webapp.Configuration.WrapperFunction
  • Field Summary

    Fields inherited from interface org.eclipse.jetty.webapp.Configuration

    ATTR
  • Constructor Summary

    Constructors
    Constructor
    Description
    JettyListenerAdder(List<Class<? extends EventListener>> listeners)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(org.eclipse.jetty.webapp.WebAppContext context)
     

    Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration

    abort, addDependencies, addDependencies, addDependents, addDependents, cloneConfigure, deconfigure, destroy, expose, getDependencies, getDependents, getServerClasses, getSystemClasses, hide, isEnabledByDefault, postConfigure, preConfigure, protect, protectAndExpose

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.jetty.webapp.Configuration

    isAvailable, replaces
  • Constructor Details

  • Method Details

    • configure

      public void configure(org.eclipse.jetty.webapp.WebAppContext context) throws Exception
      Specified by:
      configure in interface org.eclipse.jetty.webapp.Configuration
      Overrides:
      configure in class org.eclipse.jetty.webapp.AbstractConfiguration
      Throws:
      Exception