Package org.joinfaces.servlet
Klasse ServletContextListenerUtil.UndertowListenerAdder
java.lang.Object
org.joinfaces.servlet.ServletContextListenerUtil.UndertowListenerAdder
- Alle implementierten Schnittstellen:
UndertowDeploymentInfoCustomizer
- Umschließende Klasse:
ServletContextListenerUtil
public static class ServletContextListenerUtil.UndertowListenerAdder
extends Object
implements UndertowDeploymentInfoCustomizer
This
UndertowDeploymentInfoCustomizer
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.-
Konstruktorübersicht
KonstruktorBeschreibungUndertowListenerAdder
(Collection<Class<? extends EventListener>> listeners) -
Methodenübersicht
-
Konstruktordetails
-
UndertowListenerAdder
-
-
Methodendetails
-
customize
- Angegeben von:
customize
in SchnittstelleUndertowDeploymentInfoCustomizer
-