接口的使用
cn.taketoday.util.RouteMatcher.Route
使用RouteMatcher.Route的程序包
-
cn.taketoday.util中RouteMatcher.Route的使用
修饰符和类型方法说明RouteMatcher.parseRoute(String routeValue) Return a parsed representation of the given route.SimpleRouteMatcher.parseRoute(String route) 参数类型为RouteMatcher.Route的cn.taketoday.util中的方法修饰符和类型方法说明RouteMatcher.getPatternComparator(RouteMatcher.Route route) Given a route, return aComparatorsuitable for sorting patterns in order of explicitness for that route, so that more specific patterns come before more generic ones.SimpleRouteMatcher.getPatternComparator(RouteMatcher.Route route) booleanRouteMatcher.match(String pattern, RouteMatcher.Route route) Match the given route against the given pattern.booleanSimpleRouteMatcher.match(String pattern, RouteMatcher.Route route) RouteMatcher.matchAndExtract(String pattern, RouteMatcher.Route route) Match the pattern to the route and extract template variables.SimpleRouteMatcher.matchAndExtract(String pattern, RouteMatcher.Route route)