类的使用
cn.taketoday.web.util.pattern.PathPattern.MatchingContext
-
cn.taketoday.web.util.pattern中PathPattern.MatchingContext的使用
修饰符和类型方法说明booleanCaptureTheRestPathElement.matches(int pathIndex, PathPattern.MatchingContext matchingContext) booleanCaptureVariablePathElement.matches(int pathIndex, PathPattern.MatchingContext matchingContext) booleanLiteralPathElement.matches(int pathIndex, PathPattern.MatchingContext matchingContext) abstract booleanPathElement.matches(int candidatePos, PathPattern.MatchingContext matchingContext) Attempt to match this path element.booleanRegexPathElement.matches(int pathIndex, PathPattern.MatchingContext matchingContext) booleanSeparatorPathElement.matches(int pathIndex, PathPattern.MatchingContext matchingContext) Matching a separator is easy, basically the character at candidateIndex must be the separator.booleanSingleCharWildcardedPathElement.matches(int pathIndex, PathPattern.MatchingContext matchingContext) booleanWildcardPathElement.matches(int pathIndex, PathPattern.MatchingContext matchingContext) Matching on a WildcardPathElement is quite straight forward.booleanWildcardTheRestPathElement.matches(int pathIndex, PathPattern.MatchingContext matchingContext)