Uses of Class
org.eclipse.jetty.ee8.nested.ServletPathMapping
Packages that use ServletPathMapping
Package
Description
Jetty Server : Core Handler API
Jetty Server : Modular Servlet Integration
-
Uses of ServletPathMapping in org.eclipse.jetty.ee8.nested
Methods in org.eclipse.jetty.ee8.nested that return ServletPathMappingModifier and TypeMethodDescriptionstatic ServletPathMapping
Obtain aServletPathMapping
instance from an object which may be an instance of a mapping from a different EE version obtained from a cross context cross environment dispatchRequest.getServletPathMapping()
Methods in org.eclipse.jetty.ee8.nested with parameters of type ServletPathMappingModifier and TypeMethodDescriptionvoid
ServletAttributes.setAsyncAttributes
(String requestURI, String contextPath, String pathInContext, ServletPathMapping servletPathMapping, String queryString) void
Request.setServletPathMapping
(ServletPathMapping servletPathMapping) Set the servletPathMapping, the servletPath and the pathInfo. -
Uses of ServletPathMapping in org.eclipse.jetty.ee8.servlet
Methods in org.eclipse.jetty.ee8.servlet that return ServletPathMappingModifier and TypeMethodDescriptionServletHandler.MappedServlet.getServletPathMapping
(String pathInContext, MatchedPath matchedPath)