Class WebFragmentRegistrationBean.JettyListenerAdder
- java.lang.Object
-
- org.eclipse.jetty.webapp.AbstractConfiguration
-
- org.joinfaces.autoconfigure.servlet.WebFragmentRegistrationBean.JettyListenerAdder
-
- All Implemented Interfaces:
Configuration
- Enclosing class:
- WebFragmentRegistrationBean
public static class WebFragmentRegistrationBean.JettyListenerAdder extends AbstractConfiguration
ThisConfigurationadds 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
Configuration.ClassList
-
-
Field Summary
-
Fields inherited from interface org.eclipse.jetty.webapp.Configuration
ATTR
-
-
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(WebAppContext context)-
Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration
cloneConfigure, deconfigure, destroy, postConfigure, preConfigure
-
-
-
-
Method Detail
-
configure
public void configure(WebAppContext context) throws java.lang.Exception
- Specified by:
configurein interfaceConfiguration- Overrides:
configurein classAbstractConfiguration- Throws:
java.lang.Exception
-
-