Uses of Class
org.eclipse.jetty.ee10.servlet.ServletHandler.MappedServlet
Packages that use ServletHandler.MappedServlet
-
Uses of ServletHandler.MappedServlet in org.eclipse.jetty.ee10.servlet
Methods in org.eclipse.jetty.ee10.servlet that return ServletHandler.MappedServletModifier and TypeMethodDescriptionServletHandler.getMappedServlet(String target) ServletHolder matching path.Methods in org.eclipse.jetty.ee10.servlet that return types with arguments of type ServletHandler.MappedServletModifier and TypeMethodDescriptionorg.eclipse.jetty.http.pathmap.MatchedResource<ServletHandler.MappedServlet> ServletContextHandler.ServletRequestInfo.getMatchedResource()org.eclipse.jetty.http.pathmap.MatchedResource<ServletHandler.MappedServlet> ServletContextRequest.getMatchedResource()org.eclipse.jetty.http.pathmap.MatchedResource<ServletHandler.MappedServlet> ServletHandler.getMatchedServlet(String target) ServletHolder matching target path.Method parameters in org.eclipse.jetty.ee10.servlet with type arguments of type ServletHandler.MappedServletModifier and TypeMethodDescriptionprotected ServletContextRequestServletContextHandler.newServletContextRequest(ServletChannel servletChannel, org.eclipse.jetty.server.Request request, org.eclipse.jetty.server.Response response, String decodedPathInContext, org.eclipse.jetty.http.pathmap.MatchedResource<ServletHandler.MappedServlet> matchedResource) Constructor parameters in org.eclipse.jetty.ee10.servlet with type arguments of type ServletHandler.MappedServletModifierConstructorDescriptionprotectedServletContextRequest(ServletContextHandler.ServletContextApi servletContextApi, ServletChannel servletChannel, org.eclipse.jetty.server.Request request, org.eclipse.jetty.server.Response response, String decodedPathInContext, org.eclipse.jetty.http.pathmap.MatchedResource<ServletHandler.MappedServlet> matchedResource, org.eclipse.jetty.session.SessionManager sessionManager)