Generated by
JDiff

Class org.springframework.web.servlet.mvc.support.AbstractControllerUrlHandlerMapping

Changed Methods
String[] buildUrlsForHandler(String, Class<?>) Change in signature from (String, Class) to (String, Class<?>).
Abstract template method to be implemented by subclasses.
boolean isControllerType(Class<?>) Change in signature from Class to Class<?>.
Determine whether the given bean class indicates a controller type that is supported by this mapping strategy.
boolean isEligibleForMapping(String, Class<?>) Change in signature from (String, Class) to (String, Class<?>).
Determine whether the specified controller is excluded from this mapping.
boolean isMultiActionControllerType(Class<?>) Change in signature from Class to Class<?>.
Determine whether the given bean class indicates a controller type that dispatches to multiple action methods.