程序包 org.springframework.web.util.pattern
Dedicated support for matching HTTP request paths.
PathPatternParser is used to parse URI path patterns into org.springframework.web.util.pattern.PathPatterns that can then be used for matching purposes at request time.
类概要 类 说明 PathPattern Representation of a parsed path pattern.PathPattern.PathMatchInfo Holder for URI variables and path parameters (matrix variables) extracted based on the pattern for a given matched path.PathPattern.PathRemainingMatchInfo Holder for the result of a match on the start of a pattern.PathPatternParser Parser for URI path patterns producingPathPatterninstances that can then be matched to requests.PathPatternRouteMatcher RouteMatcherbuilt onPathPatternParserthat usesPathContainerandPathPatternas parsed representations of routes and patterns.枚举概要 枚举 说明 PatternParseException.PatternMessage The messages that can be included in aPatternParseExceptionwhen there is a parse failure.异常错误概要 异常错误 说明 PatternParseException Exception that is thrown when there is a problem with the pattern being parsed.