类的使用
cn.taketoday.web.util.pattern.PathMatchInfo
使用PathMatchInfo的程序包
程序包
说明
Dedicated support for matching HTTP request paths.
-
cn.taketoday.web中PathMatchInfo的使用
声明为PathMatchInfo的cn.taketoday.web中的字段 -
cn.taketoday.web.util.pattern中PathMatchInfo的使用
修饰符和类型字段说明static final PathMatchInfoPathMatchInfo.EMPTYprivate final PathMatchInfoPathPattern.PathRemainingMatchInfo.pathMatchInfo修饰符和类型方法说明PathPattern.MatchingContext.getPathMatchResult()PathPattern.matchAndExtract(PathContainer pathContainer) Match this pattern to the given URI path and return extracted URI template variables as well as path parameters (matrix variables).参数类型为PathMatchInfo的cn.taketoday.web.util.pattern中的构造器限定符构造器说明(专用程序包)PathRemainingMatchInfo(PathContainer pathMatched, PathContainer pathRemaining, PathMatchInfo pathMatchInfo)