| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodNameResolver | |
|---|---|
| org.springframework.web.servlet.mvc.annotation | Support package for annotation-based Servlet MVC controllers. | 
| org.springframework.web.servlet.mvc.multiaction | Package allowing MVC Controller implementations to handle requests at method rather than class level. | 
| Uses of MethodNameResolver in org.springframework.web.servlet.mvc.annotation | 
|---|
| Methods in org.springframework.web.servlet.mvc.annotation with parameters of type MethodNameResolver | |
|---|---|
|  void | AnnotationMethodHandlerAdapter.setMethodNameResolver(MethodNameResolver methodNameResolver)Set the MethodNameResolver to use for resolving default handler methods (carrying an empty @RequestMappingannotation). | 
| Uses of MethodNameResolver in org.springframework.web.servlet.mvc.multiaction | 
|---|
| Classes in org.springframework.web.servlet.mvc.multiaction that implement MethodNameResolver | |
|---|---|
|  class | AbstractUrlMethodNameResolverAbstract base class for URL-based MethodNameResolverimplementations. | 
|  class | InternalPathMethodNameResolverSimple implementation of MethodNameResolverthat maps URL to
 method name. | 
|  class | ParameterMethodNameResolverImplementation of MethodNameResolver which supports several strategies for mapping parameter values to the names of methods to invoke. | 
|  class | PropertiesMethodNameResolverThe most flexible out-of-the-box implementation of the MethodNameResolver interface. | 
| Methods in org.springframework.web.servlet.mvc.multiaction that return MethodNameResolver | |
|---|---|
|  MethodNameResolver | MultiActionController.getMethodNameResolver()Return the MethodNameResolver used by this class. | 
| Methods in org.springframework.web.servlet.mvc.multiaction with parameters of type MethodNameResolver | |
|---|---|
|  void | MultiActionController.setMethodNameResolver(MethodNameResolver methodNameResolver)Set the method name resolver that this class should use. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||