类的使用
cn.taketoday.web.util.pattern.PathPattern.PathRemainingMatchInfo
程序包
说明
Provides the types that make up Infra functional web framework.
Dedicated support for matching HTTP request paths.
-
cn.taketoday.web.handler.function中PathPattern.PathRemainingMatchInfo的使用
修饰符和类型方法说明private static RequestPathRequestPredicates.SubPathServerRequestWrapper.requestPath(RequestPath original, PathPattern.PathRemainingMatchInfo info) 限定符构造器说明SubPathServerRequestWrapper(ServerRequest request, PathPattern.PathRemainingMatchInfo info, PathPattern pattern) -
cn.taketoday.web.util.pattern中PathPattern.PathRemainingMatchInfo的使用
修饰符和类型方法说明PathPattern.matchStartOfPath(PathContainer pathContainer) Match the beginning of the given path and return the remaining portion not covered by this pattern.