org.springframework.web.servlet.mvc.multiaction
Class Diagram multiaction

Class Summary
AbstractUrlMethodNameResolverAbstract base class for URL-based MethodNameResolver implementations.
InternalPathMethodNameResolverSimple implementation of MethodNameResolver that maps URL to method name.
MethodNameResolverInterface 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.
MultiActionControllerController implementation that allows multiple request types to be handled by the same class.
NoSuchRequestHandlingMethodExceptionException thrown when there's no request handling method for this request.
ParameterMethodNameResolverSimple implementation of MethodNameResolver that looks for a parameter value containing the name of the method to invoke.
PropertiesMethodNameResolverThe most sophisticated and useful framework implementation of the MethodNameResolver interface.