类 PathRequest
java.lang.Object
org.springframework.boot.autoconfigure.security.reactive.PathRequest
Factory that can be used to create a
ServerWebExchangeMatcher
for commonly used
paths.- 从以下版本开始:
- 2.0.0
- 作者:
- Madhura Bhave
-
方法概要
修饰符和类型方法说明static StaticResourceRequest
Returns aStaticResourceRequest
that can be used to create a matcher forlocations
.
-
方法详细资料
-
toStaticResources
Returns aStaticResourceRequest
that can be used to create a matcher forlocations
.- 返回:
- a
StaticResourceRequest
-