Generated by
JDiff

Package org.springframework.web.servlet.mvc.multiaction

Changed Classes and Interfaces
AbstractUrlMethodNameResolver Abstract base class for URL-based MethodNameResolver implementations.
InternalPathMethodNameResolver Simple implementation of MethodNameResolver that maps URL to method name.
MethodNameResolver Interface that parameterizes the MultiActionController class using the Strategy GoF Design pattern, allowing the mapping from incoming request to handler method name to be varied without affecting other application code.
MultiActionController Controller implementation that allows multiple request types to be handled by the same class.
NoSuchRequestHandlingMethodException Exception thrown when there is no handler method ("action" method) for a specific HTTP request.
ParameterMethodNameResolver Implementation of MethodNameResolver which supports several strategies for mapping parameter values to the names of methods to invoke.
PropertiesMethodNameResolver The most flexible out-of-the-box implementation of the MethodNameResolver interface.