Uses of Class
io.bootique.jetty.MappedListener
-
Packages that use MappedListener Package Description io.bootique.jetty io.bootique.jetty.server -
-
Uses of MappedListener in io.bootique.jetty
Methods in io.bootique.jetty that return types with arguments of type MappedListener Modifier and Type Method Description protected io.bootique.di.SetBuilder<MappedListener>JettyModuleExtender. contributeMappedListeners()Methods in io.bootique.jetty with parameters of type MappedListener Modifier and Type Method Description <T extends EventListener>
JettyModuleExtenderJettyModuleExtender. addMappedListener(MappedListener<T> mappedListener)Method parameters in io.bootique.jetty with type arguments of type MappedListener Modifier and Type Method Description <T extends EventListener>
JettyModuleExtenderJettyModuleExtender. addMappedListener(io.bootique.di.Key<MappedListener<T>> mappedListenerKey)<T extends EventListener>
JettyModuleExtenderJettyModuleExtender. addMappedListener(io.bootique.di.TypeLiteral<MappedListener<T>> mappedListenerType) -
Uses of MappedListener in io.bootique.jetty.server
Method parameters in io.bootique.jetty.server with type arguments of type MappedListener Modifier and Type Method Description protected voidServerFactory. installListeners(org.eclipse.jetty.servlet.ServletContextHandler handler, Set<MappedListener> listeners)
-