Generated by
JDiff

Package org.springframework.web.servlet.handler

Added Classes and Interfaces
HandlerMappingIntrospector Helper class to get information from the {@code HandlerMapping} that would serve a specific request.
MatchableHandlerMapping Additional interface that a HandlerMapping can implement to expose a request matching API aligned with its internal request matching configuration and implementation.
RequestMatchResult Container for the result from request pattern matching via MatchableHandlerMapping with a method to further extract URI template variables from the pattern.
 

Changed Classes
AbstractUrlHandlerMapping Abstract base class for URL-mapped org.springframework.web.servlet.HandlerMapping implementations.