类 MappedInterceptor.CompiledPattern
java.lang.Object
cn.taketoday.web.handler.MappedInterceptor.CompiledPattern
- 封闭类:
- MappedInterceptor
Contains both the parsed
PathPattern and the raw String pattern,
and uses the former when the cached path is PathContainer or the
latter otherwise. If the pattern cannot be parsed due to unsupported
syntax, then PathMatcher is used for all requests.-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static PathPatterninitPathPattern(String pattern, PathPatternParser parser) static MappedInterceptor.CompiledPattern[]initPatterns(String[] patterns, PathPatternParser parser)
-
字段详细资料
-
patternString
-
pathPattern
-
-
构造器详细资料
-
CompiledPattern
-
-
方法详细资料
-
initPathPattern
@Nullable private static PathPattern initPathPattern(String pattern, @Nullable PathPatternParser parser) -
initPatterns
@Nullable public static MappedInterceptor.CompiledPattern[] initPatterns(@Nullable String[] patterns, @Nullable PathPatternParser parser)
-