Uses of Class
org.eclipse.jetty.server.ServletPathMapping
-
Packages that use ServletPathMapping Package Description org.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of ServletPathMapping in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return ServletPathMapping Modifier and Type Method Description ServletPathMappingRequest. getServletPathMapping()Methods in org.eclipse.jetty.server with parameters of type ServletPathMapping Modifier and Type Method Description voidServletAttributes. setAsyncAttributes(java.lang.String requestURI, java.lang.String contextPath, java.lang.String pathInContext, ServletPathMapping servletPathMapping, java.lang.String queryString)voidRequest. setServletPathMapping(ServletPathMapping servletPathMapping)Set the servletPathMapping, the servletPath and the pathInfo.
-