类 SaPathMatcherHolder
java.lang.Object
cn.dev33.satoken.spring.SaPathMatcherHolder
- 作者:
- kong
-
字段概要
字段 -
方法概要
修饰符和类型方法说明static org.springframework.util.PathMatcher获取路由匹配器static voidsetPathMatcher(org.springframework.util.PathMatcher pathMatcher) 写入路由匹配器
-
字段详细资料
-
pathMatcher
public static org.springframework.util.PathMatcher pathMatcher路由匹配器
-
-
方法详细资料
-
getPathMatcher
public static org.springframework.util.PathMatcher getPathMatcher()获取路由匹配器- 返回:
- 路由匹配器
-
setPathMatcher
public static void setPathMatcher(org.springframework.util.PathMatcher pathMatcher) 写入路由匹配器- 参数:
pathMatcher- 路由匹配器
-