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 ofRequestPath.parse(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(jakarta.servlet.ServletRequest request) Return apreviouslyparsed and cachedRequestPath.static RequestPathServletRequestPathUtils.parse(jakarta.servlet.http.HttpServletRequest request) Parse therequestURIto aRequestPath.static RequestPathServletRequestPathUtils.parseAndCache(jakarta.servlet.http.HttpServletRequest request) Variant ofServletRequestPathUtils.parse(HttpServletRequest)that also saves the parsed path in the request attributeServletRequestPathUtils.PATH_ATTRIBUTE.Methods in org.springframework.web.util with parameters of type RequestPathModifier and TypeMethodDescriptionstatic voidServletRequestPathUtils.setParsedRequestPath(@Nullable RequestPath requestPath, jakarta.servlet.ServletRequest request) Set the cached, parsedRequestPathto the given value.