Generated by
JDiff

Class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping

Removed Methods
List<String> getContentNegotiationFileExtensions() Return the known file extensions for content negotiation.
 

Added Methods
void afterPropertiesSet()  
List<String> getFileExtensions() Return the file extensions to use for suffix pattern matching.
void setUseRegisteredSuffixPatternMatch(boolean) Whether to use suffix pattern match for registered file extensions only when matching patterns to requests.
boolean useRegisteredSuffixPatternMatch() Whether to use registered suffixes for pattern matching.
 

Changed Methods
void setUseSuffixPatternMatch(boolean) Documentation changed from old to new.
Whether to use suffix pattern match (".*") when matching patterns to requests.