Uses of Class
io.bootique.jetty.MappedServlet
-
Packages that use MappedServlet Package Description io.bootique.jetty io.bootique.jetty.server -
-
Uses of MappedServlet in io.bootique.jetty
Methods in io.bootique.jetty that return types with arguments of type MappedServlet Modifier and Type Method Description protected io.bootique.di.SetBuilder<MappedServlet>JettyModuleExtender. contributeMappedServlets()Methods in io.bootique.jetty with parameters of type MappedServlet Modifier and Type Method Description <T extends javax.servlet.Servlet>
JettyModuleExtenderJettyModuleExtender. addMappedServlet(MappedServlet<T> mappedServlet)Method parameters in io.bootique.jetty with type arguments of type MappedServlet Modifier and Type Method Description <T extends javax.servlet.Servlet>
JettyModuleExtenderJettyModuleExtender. addMappedServlet(io.bootique.di.Key<MappedServlet<T>> mappedServletKey)<T extends javax.servlet.Servlet>
JettyModuleExtenderJettyModuleExtender. addMappedServlet(io.bootique.di.TypeLiteral<MappedServlet<T>> mappedServletType) -
Uses of MappedServlet in io.bootique.jetty.server
Methods in io.bootique.jetty.server that return MappedServlet Modifier and Type Method Description MappedServletMappedServletFactory. toMappedServlet(javax.servlet.Servlet servlet)Methods in io.bootique.jetty.server with parameters of type MappedServlet Modifier and Type Method Description Optional<org.eclipse.jetty.servlet.ServletHolder>ServletFactory. createAndAddJettyServlet(org.eclipse.jetty.servlet.ServletContextHandler handler, MappedServlet mappedServlet)Method parameters in io.bootique.jetty.server with type arguments of type MappedServlet Modifier and Type Method Description protected org.eclipse.jetty.servlet.ServletContextHandlerServerFactory. createHandler(String context, Set<MappedServlet> servlets, Set<MappedFilter> filters, Set<MappedListener> listeners)ServerHolderServerFactory. createServerHolder(Set<MappedServlet> servlets, Set<MappedFilter> filters, Set<MappedListener> listeners, Set<ServletContextHandlerExtender> contextHandlerExtenders, RequestMDCManager mdcManager, io.bootique.di.Injector injector)protected voidServerFactory. installServlets(org.eclipse.jetty.servlet.ServletContextHandler handler, Set<MappedServlet> servlets)
-