Uses of Class
org.eclipse.jetty.http.pathmap.PathMappings
-
Packages that use PathMappings Package Description org.eclipse.jetty.http.pathmap org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integration -
-
Uses of PathMappings in org.eclipse.jetty.http.pathmap
Fields in org.eclipse.jetty.http.pathmap declared as PathMappings Modifier and Type Field Description private PathMappings<java.lang.Boolean>
PathSpecSet. specs
-
Uses of PathMappings in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as PathMappings Modifier and Type Field Description private PathMappings<java.lang.String>
AbstractNCSARequestLog. _ignorePathMap
Deprecated.private PathMappings<java.lang.String>
CustomRequestLog. _ignorePathMap
-
Uses of PathMappings in org.eclipse.jetty.servlet
Fields in org.eclipse.jetty.servlet declared as PathMappings Modifier and Type Field Description private PathMappings<ServletHolder>
ServletHandler. _servletPathMap
-