|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MethodNameResolver | |
| 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.multiaction |
| Classes in org.springframework.web.servlet.mvc.multiaction that implement MethodNameResolver | |
class |
AbstractUrlMethodNameResolver
Abstract base class for URL-based MethodNameResolver implementations. |
class |
InternalPathMethodNameResolver
Simple implementation of MethodNameResolver that maps URL to method name. |
class |
ParameterMethodNameResolver
Simple implementation of MethodNameResolver that looks for a parameter value containing the name of the method to invoke. |
class |
PropertiesMethodNameResolver
The most sophisticated and useful framework implementation of the MethodNameResolver interface. |
| Methods in org.springframework.web.servlet.mvc.multiaction that return MethodNameResolver | |
MethodNameResolver |
MultiActionController.getMethodNameResolver()
Get 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 | ||||||||||