接口的使用
cn.taketoday.core.PathMatcher
使用PathMatcher的程序包
程序包
说明
Provides core helpers that are not specific to any part of the framework.
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
-
cn.taketoday.core中PathMatcher的使用
-
cn.taketoday.core.io中PathMatcher的使用
声明为PathMatcher的cn.taketoday.core.io中的字段修饰符和类型方法说明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中的方法参数类型为PathMatcher的cn.taketoday.util中的构造器限定符构造器说明SimpleRouteMatcher(PathMatcher pathMatcher) Create a newSimpleRouteMatcherfor the givenPathMatcherdelegate.