Generated by
JDiff

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

Added Methods
void afterPropertiesSet()  
ContentNegotiationManager getContentNegotiationManager() Return the configured ContentNegotiationManager.
List<String> getFileExtensions() Return the file extensions to use for suffix pattern matching.
void setContentNegotiationManager(ContentNegotiationManager) Set the ContentNegotiationManager to use to determine requested media types.
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
RequestCondition<?> getCustomMethodCondition(Method) Documentation changed from old to new.
Provide a custom method-level request condition.
RequestCondition<?> getCustomTypeCondition(Class<?>) Documentation changed from old to new.
Provide a custom type-level request condition.
void setUseSuffixPatternMatch(boolean) Documentation changed from old to new.
Whether to use suffix pattern match (".*") when matching patterns to requests.