类的使用
cn.taketoday.web.util.pattern.PathPatternParser
使用PathPatternParser的程序包
程序包
说明
Support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor strategy.Web Handler
Common MVC logic for matching incoming requests based on conditions.
Provides the types that make up Infra functional web framework.
Method handler
Standard controller implementations for the MVC framework use like Framework
Dedicated support for matching HTTP request paths.
-
cn.taketoday.web中PathPatternParser的使用
参数类型为PathPatternParser的cn.taketoday.web中的构造器限定符构造器说明HandlerMatchingMetadata(Object handler, RequestContext request, PathPatternParser patternParser) HandlerMatchingMetadata(Object handler, String directLookupPath, PathContainer lookupPath, PathPattern bestMatchingPattern, PathPatternParser patternParser) -
cn.taketoday.web.cors中PathPatternParser的使用
参数类型为PathPatternParser的cn.taketoday.web.cors中的构造器 -
cn.taketoday.web.handler中PathPatternParser的使用
修饰符和类型方法说明private static PathPatternMappedInterceptor.CompiledPattern.initPathPattern(String pattern, PathPatternParser parser) static MappedInterceptor.CompiledPattern[]MappedInterceptor.CompiledPattern.initPatterns(String[] patterns, PathPatternParser parser) 参数类型为PathPatternParser的cn.taketoday.web.handler中的构造器限定符构造器说明CompiledPattern(String pattern, PathPatternParser parser) MappedInterceptor(String[] includePatterns, String[] excludePatterns, HandlerInterceptor interceptor, PathPatternParser parser) Create an instance with the given include and exclude patterns along with the target interceptor for the mappings. -
cn.taketoday.web.handler.condition中PathPatternParser的使用
修饰符和类型方法说明private static SortedSet<PathPattern>PathPatternsRequestCondition.parse(PathPatternParser parser, String... patterns) 限定符构造器说明PathPatternsRequestCondition(PathPatternParser parser, String... patterns) Constructor with patterns to use. -
cn.taketoday.web.handler.function中PathPatternParser的使用
修饰符和类型方法说明voidChangePathPatternParserVisitor.Target.changeParser(PathPatternParser parser) voidRequestPredicates.AndRequestPredicate.changeParser(PathPatternParser parser) voidRequestPredicates.NegateRequestPredicate.changeParser(PathPatternParser parser) voidRequestPredicates.OrRequestPredicate.changeParser(PathPatternParser parser) voidRequestPredicates.PathPatternPredicate.changeParser(PathPatternParser parser) static <T extends ServerResponse>
RouterFunction<T>RouterFunctions.changeParser(RouterFunction<T> routerFunction, PathPatternParser parser) Changes thePathPatternParseron the given router function.static Function<String,RequestPredicate> RequestPredicates.pathPredicates(PathPatternParser patternParser) Return a function that creates new path-matchingRequestPredicatesfrom pattern Strings using the givenPathPatternParser. -
cn.taketoday.web.handler.method中PathPatternParser的使用
修饰符和类型方法说明voidRequestMappingInfo.BuilderConfiguration.setPatternParser(PathPatternParser patternParser) -
cn.taketoday.web.handler.mvc中PathPatternParser的使用
-
cn.taketoday.web.util.pattern中PathPatternParser的使用
修饰符和类型字段说明static final PathPatternParserPathPatternParser.defaultInstanceShared, read-only instance ofPathPatternParser.private final PathPatternParserInternalPathPatternParser.parserprivate final PathPatternParserPathPattern.parserThe parser used to construct this pattern.private final PathPatternParserPathPatternRouteMatcher.parser限定符构造器说明(专用程序包)InternalPathPatternParser(PathPatternParser parentParser) Package private constructor for use inparse(java.lang.String).(专用程序包)PathPattern(String patternText, PathPatternParser parser, PathElement head) Constructor with givenPathPatternParser.