接口的使用
org.springframework.http.server.RequestPath
使用RequestPath的程序包 程序包 说明 org.springframework.http.server Contains an abstraction over server-side HTTP.org.springframework.http.server.reactive Abstractions for reactive HTTP server support including aServerHttpRequestandServerHttpResponsealong with anHttpHandlerfor processing.org.springframework.http.server中RequestPath的使用
返回RequestPath的org.springframework.http.server中的方法 修饰符和类型 方法 说明 RequestPathRequestPath. modifyContextPath(String contextPath)Return a newRequestPathinstance with a modified context path.static RequestPathRequestPath. parse(URI uri, String contextPath)Create a newRequestPathwith the given parameters.org.springframework.http.server.reactive中RequestPath的使用
返回RequestPath的org.springframework.http.server.reactive中的方法 修饰符和类型 方法 说明 RequestPathAbstractServerHttpRequest. getPath()RequestPathServerHttpRequest. getPath()Returns a structured representation of the request path including the context path + path within application portions, path segments with encoded and decoded values, and path parameters.RequestPathServerHttpRequestDecorator. getPath()