类的使用
cn.taketoday.http.server.RequestPath
使用RequestPath的程序包
程序包
说明
Contains an abstraction over server-side HTTP.
Abstractions for reactive HTTP server support including a
ServerHttpRequest and
ServerHttpResponse along with an
HttpHandler for processing.Provides the types that make up Infra functional web framework.
-
cn.taketoday.http.server中RequestPath的使用
修饰符和类型方法说明DefaultRequestPath.modifyContextPath(String contextPath) abstract RequestPathRequestPath.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.参数类型为RequestPath的cn.taketoday.http.server中的构造器 -
cn.taketoday.http.server.reactive中RequestPath的使用
-
cn.taketoday.web中RequestPath的使用
声明为RequestPath的cn.taketoday.web中的字段返回RequestPath的cn.taketoday.web中的方法修饰符和类型方法说明protected RequestPathDecoratingRequestContext.doGetRequestPath()protected RequestPathRequestContext.doGetRequestPath()DecoratingRequestContext.getRequestPath()RequestContext.getRequestPath() -
cn.taketoday.web.handler.function中RequestPath的使用
修饰符和类型字段说明private final RequestPathDefaultServerRequest.requestPathprivate final RequestPathRequestPredicates.SubPathServerRequestWrapper.requestPath修饰符和类型方法说明DefaultServerRequest.requestPath()RequestPredicates.SubPathServerRequestWrapper.requestPath()private static RequestPathRequestPredicates.SubPathServerRequestWrapper.requestPath(RequestPath original, PathPattern.PathRemainingMatchInfo info) default RequestPathServerRequest.requestPath()Get the request path as aPathContainer.修饰符和类型方法说明private static RequestPathRequestPredicates.SubPathServerRequestWrapper.requestPath(RequestPath original, PathPattern.PathRemainingMatchInfo info) -
cn.taketoday.web.servlet中RequestPath的使用
修饰符和类型类说明private static final classSimple wrapper around the defaultRequestPathimplementation that supports a servletPath as an additional prefix to be omitted fromServletRequestContext.ServletRequestPath.pathWithinApplication().修饰符和类型方法说明protected RequestPathServletRequestContext.doGetRequestPath()ServletRequestContext.ServletRequestPath.modifyContextPath(String contextPath) static RequestPathServletRequestContext.ServletRequestPath.parse(ServletRequestContext request)