Uses of Interface
org.springframework.http.server.RequestPath
Packages that use RequestPath
Package
Description
Contains an abstraction over server-side HTTP.
Abstractions for reactive HTTP server support including a
ServerHttpRequest and
ServerHttpResponse along with an
HttpHandler for processing.Miscellaneous web utility classes, such as HTML escaping and cookie handling.
-
Uses of RequestPath in org.springframework.http.server
Methods in org.springframework.http.server that return RequestPathModifier and TypeMethodDescriptionRequestPath.modifyContextPath(String contextPath) Return a newRequestPathinstance with a modified context path.static RequestPathVariant ofparse(URI, String)with the encodedraw path.static RequestPathParse the URI for a request into aRequestPath. -
Uses of RequestPath in org.springframework.http.server.reactive
Methods in org.springframework.http.server.reactive that return RequestPath -
Uses of RequestPath in org.springframework.web.util
Methods in org.springframework.web.util that return RequestPathModifier and TypeMethodDescriptionstatic RequestPathServletRequestPathUtils.getParsedRequestPath(ServletRequest request) Return apreviouslyparsed and cachedRequestPath.static RequestPathServletRequestPathUtils.parseAndCache(HttpServletRequest request) Parse therequestURIto aRequestPathand save it in the request attributeServletRequestPathUtils.PATH_ATTRIBUTEfor subsequent use withparsed patterns.Methods in org.springframework.web.util with parameters of type RequestPathModifier and TypeMethodDescriptionstatic voidServletRequestPathUtils.setParsedRequestPath(RequestPath requestPath, ServletRequest request) Set the cached, parsedRequestPathto the given value.