public class PathMatchConfigurer
extends java.lang.Object
HandlerMapping's with path matching options.| Constructor and Description |
|---|
PathMatchConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Boolean |
isUseCaseSensitiveMatch() |
protected java.lang.Boolean |
isUseTrailingSlashMatch() |
PathMatchConfigurer |
setUseCaseSensitiveMatch(java.lang.Boolean caseSensitiveMatch)
Whether to match to URLs irrespective of their case.
|
PathMatchConfigurer |
setUseTrailingSlashMatch(java.lang.Boolean trailingSlashMatch)
Whether to match to URLs irrespective of the presence of a trailing slash.
|
public PathMatchConfigurer setUseCaseSensitiveMatch(java.lang.Boolean caseSensitiveMatch)
The default value is false.
public PathMatchConfigurer setUseTrailingSlashMatch(java.lang.Boolean trailingSlashMatch)
The default value is true.
@Nullable protected java.lang.Boolean isUseTrailingSlashMatch()
@Nullable protected java.lang.Boolean isUseCaseSensitiveMatch()