Class WebFragmentRegistrationBean.JettyListenerAdder
- java.lang.Object
 - 
- org.eclipse.jetty.webapp.AbstractConfiguration
 - 
- org.joinfaces.autoconfigure.servlet.WebFragmentRegistrationBean.JettyListenerAdder
 
 
 
- 
- All Implemented Interfaces:
 org.eclipse.jetty.webapp.Configuration
- Enclosing class:
 - WebFragmentRegistrationBean
 
public static class WebFragmentRegistrationBean.JettyListenerAdder extends org.eclipse.jetty.webapp.AbstractConfigurationThisConfigurationadds 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 Summary
Constructors Constructor Description JettyListenerAdder(java.util.List<java.lang.Class<? extends java.util.EventListener>> listeners) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(org.eclipse.jetty.webapp.WebAppContext context) 
 - 
 
- 
- 
Method Detail
- 
configure
public void configure(org.eclipse.jetty.webapp.WebAppContext context) throws java.lang.Exception- Specified by:
 configurein interfaceorg.eclipse.jetty.webapp.Configuration- Overrides:
 configurein classorg.eclipse.jetty.webapp.AbstractConfiguration- Throws:
 java.lang.Exception
 
 - 
 
 -