Class RequestMatcherFactory
java.lang.Object
org.springframework.security.config.annotation.web.RequestMatcherFactory
Deprecated, for removal: This API element is subject to removal in a future version.
This utility exists only to facilitate applications opting into using path patterns in
 the HttpSecurity DSL. It is for internal use only.
- 
Method SummaryModifier and TypeMethodDescriptionstatic RequestMatcherDeprecated, for removal: This API element is subject to removal in a future version.static RequestMatcherDeprecated, for removal: This API element is subject to removal in a future version.static voidsetApplicationContext(org.springframework.context.ApplicationContext context) Deprecated, for removal: This API element is subject to removal in a future version.static booleanDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method Details- 
setApplicationContextpublic static void setApplicationContext(org.springframework.context.ApplicationContext context) Deprecated, for removal: This API element is subject to removal in a future version.
- 
usesPathPatternspublic static boolean usesPathPatterns()Deprecated, for removal: This API element is subject to removal in a future version.
- 
matcherDeprecated, for removal: This API element is subject to removal in a future version.
- 
matcherDeprecated, for removal: This API element is subject to removal in a future version.
 
-