Module org.eclipse.jetty.servlet
Package org.eclipse.jetty.servlet
Class ServletHandler.MappedServlet
java.lang.Object
org.eclipse.jetty.servlet.ServletHandler.MappedServlet
- Enclosing class:
ServletHandler
A mapping of a servlet by pathSpec or by name
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jetty.http.pathmap.PathSpec
org.eclipse.jetty.server.ServletPathMapping
getServletPathMapping
(String pathInContext, org.eclipse.jetty.http.pathmap.MatchedPath matchedPath) toString()
-
Method Details
-
getPathSpec
public org.eclipse.jetty.http.pathmap.PathSpec getPathSpec() -
getServletHolder
-
getServletPathMapping
public org.eclipse.jetty.server.ServletPathMapping getServletPathMapping(String pathInContext, org.eclipse.jetty.http.pathmap.MatchedPath matchedPath) -
toString
-