Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationMethodHandlerAdapter.setMethodNameResolver(MethodNameResolver methodNameResolver)
Deprecated.
Set the MethodNameResolver to use for resolving default handler methods
(carrying an empty
@RequestMapping annotation). |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
MethodNameResolver |
MultiActionController.getMethodNameResolver()
Return the MethodNameResolver used by this class.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiActionController.setMethodNameResolver(MethodNameResolver methodNameResolver)
Set the method name resolver that this class should use.
|
Copyright © 2015. All rights reserved.