Class WebFragmentRegistrationBean.UndertowListenerAdder
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.servlet.WebFragmentRegistrationBean.UndertowListenerAdder
 
 
- 
- All Implemented Interfaces:
 UndertowDeploymentInfoCustomizer
- Enclosing class:
 - WebFragmentRegistrationBean
 
public static class WebFragmentRegistrationBean.UndertowListenerAdder extends Object implements UndertowDeploymentInfoCustomizer
ThisUndertowDeploymentInfoCustomizeradds 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 UndertowListenerAdder(List<Class<? extends EventListener>> listeners) 
 - 
 
- 
- 
Constructor Detail
- 
UndertowListenerAdder
public UndertowListenerAdder(List<Class<? extends EventListener>> listeners)
 
 - 
 
- 
Method Detail
- 
customize
public void customize(DeploymentInfo deploymentInfo)
- Specified by:
 customizein interfaceUndertowDeploymentInfoCustomizer
 
 - 
 
 -