public static class WebMvcProperties.Pathmatch extends Object
Constructor and Description |
---|
Pathmatch() |
Modifier and Type | Method and Description |
---|---|
boolean |
isUseRegisteredSuffixPattern()
Deprecated.
|
boolean |
isUseSuffixPattern()
Deprecated.
|
void |
setUseRegisteredSuffixPattern(boolean useRegisteredSuffixPattern)
Deprecated.
|
void |
setUseSuffixPattern(boolean useSuffixPattern)
Deprecated.
|
@DeprecatedConfigurationProperty(reason="Use of path extensions for request mapping and for content negotiation is discouraged.") @Deprecated public boolean isUseSuffixPattern()
@Deprecated public void setUseSuffixPattern(boolean useSuffixPattern)
@DeprecatedConfigurationProperty(reason="Use of path extensions for request mapping and for content negotiation is discouraged.") @Deprecated public boolean isUseRegisteredSuffixPattern()
@Deprecated public void setUseRegisteredSuffixPattern(boolean useRegisteredSuffixPattern)