| Name | Description | Type | Package | Framework |
| AbstractUrlMethodNameResolver | Abstract base class for URL-based MethodNameResolver implementations. | Class | org.springframework.web.servlet.mvc.multiaction | Spring MVC |
| InternalPathMethodNameResolver | Simple implementation of MethodNameResolver that maps URL tomethod name. | Class | org.springframework.web.servlet.mvc.multiaction | Spring MVC |
| MethodNameResolver | Interface that parameterizes the MultiActionController classusing the Strategy GoF Design pattern, allowing | Interface | org.springframework.web.servlet.mvc.multiaction | Spring MVC |
| MultiActionController | class. | Class | org.springframework.web.servlet.mvc.multiaction | Spring MVC |
| NoSuchRequestHandlingMethodException | Exception thrown when there is no handler method (action method)for a specific HTTP request. | Class | org.springframework.web.servlet.mvc.multiaction | Spring MVC |
| ParameterMethodNameResolver | for mapping parameter values to the names of methods to invoke. | Class | org.springframework.web.servlet.mvc.multiaction | Spring MVC |
| PropertiesMethodNameResolver | The most flexible out-of-the-box implementation of the MethodNameResolverinterface. | Class | org.springframework.web.servlet.mvc.multiaction | Spring MVC |