|
The Spring Framework | |||||||||
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
Implementation of MethodNameResolver which supports several strategies for mapping parameter values to the names of methods to invoke. |
class |
PropertiesMethodNameResolver
The 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. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |