public static class WebMvcProperties.Pathmatch extends Object
Constructor and Description |
---|
Pathmatch() |
Modifier and Type | Method and Description |
---|---|
WebMvcProperties.MatchingStrategy |
getMatchingStrategy() |
boolean |
isUseRegisteredSuffixPattern()
Deprecated.
|
boolean |
isUseSuffixPattern()
Deprecated.
|
void |
setMatchingStrategy(WebMvcProperties.MatchingStrategy matchingStrategy) |
void |
setUseRegisteredSuffixPattern(boolean useRegisteredSuffixPattern)
Deprecated.
|
void |
setUseSuffixPattern(boolean useSuffixPattern)
Deprecated.
|
public WebMvcProperties.MatchingStrategy getMatchingStrategy()
public void setMatchingStrategy(WebMvcProperties.MatchingStrategy matchingStrategy)
@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)