Changed Methods |
T getMappingForMethod(Method, Class<?>)
|
Documentation changed from old to new. |
Provide the mapping for a handler method. |
T getMatchingMapping(T, HttpServletRequest)
|
Documentation changed from old to new. |
Check if a mapping matches the current request and return a (potentially
new) mapping with conditions relevant to the current request. |
void handleMatch(T, String, HttpServletRequest)
|
Documentation changed from old to new. |
Invoked when a matching mapping is found. |
HandlerMethod lookupHandlerMethod(String, HttpServletRequest)
|
Documentation changed from old to new. |
Look up the best-matching handler method for the current request. |
void registerHandlerMethod(Object, Method, T)
|
Documentation changed from old to new. |
Register a handler method and its unique mapping. |