Package org.joinfaces.servlet
Klasse ServletContextListenerUtil.JettyListenerAdder
java.lang.Object
org.eclipse.jetty.ee10.webapp.AbstractConfiguration
org.joinfaces.servlet.ServletContextListenerUtil.JettyListenerAdder
- Alle implementierten Schnittstellen:
org.eclipse.jetty.ee10.webapp.Configuration
- Umschließende Klasse:
ServletContextListenerUtil
public static class ServletContextListenerUtil.JettyListenerAdder
extends org.eclipse.jetty.ee10.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.-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen org.eclipse.jetty.ee10.webapp.AbstractConfiguration
org.eclipse.jetty.ee10.webapp.AbstractConfiguration.Builder
-
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
JettyListenerAdder
(Collection<Class<? extends EventListener>> listeners) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
configure
(org.eclipse.jetty.ee10.webapp.WebAppContext context) Von Klasse geerbte Methoden org.eclipse.jetty.ee10.webapp.AbstractConfiguration
abort, deconfigure, destroy, getDependencies, getDependents, getServerClasses, getSystemClasses, isEnabledByDefault, postConfigure, preConfigure
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden org.eclipse.jetty.ee10.webapp.Configuration
isAvailable, replaces
-
Konstruktordetails
-
JettyListenerAdder
-
-
Methodendetails
-
configure
public void configure(org.eclipse.jetty.ee10.webapp.WebAppContext context) - Angegeben von:
configure
in Schnittstelleorg.eclipse.jetty.ee10.webapp.Configuration
- Setzt außer Kraft:
configure
in Klasseorg.eclipse.jetty.ee10.webapp.AbstractConfiguration
-