接口的使用
cn.taketoday.core.PathMatcher
使用PathMatcher的程序包
程序包
说明
Provides core helpers that are not specific to any part of the framework.
Useful Tools
-
cn.taketoday.core中PathMatcher的使用
-
cn.taketoday.core.io中PathMatcher的使用
修饰符和类型方法说明PathMatchingPatternResourceLoader.getPathMatcher()Return the PathMatcher that this resource pattern resolver uses.参数类型为PathMatcher的cn.taketoday.core.io中的方法修饰符和类型方法说明voidPathMatchingPatternResourceLoader.setPathMatcher(PathMatcher pathMatcher) Set the PathMatcher implementation to use for this resource pattern resolver. -
cn.taketoday.util中PathMatcher的使用
返回PathMatcher的cn.taketoday.util中的方法参数类型为PathMatcher的cn.taketoday.util中的构造器限定符构造器说明SimpleRouteMatcher(PathMatcher pathMatcher) Create a newSimpleRouteMatcherfor the givenPathMatcherdelegate.