| Package | Description | 
|---|---|
| org.springframework.web.servlet.handler | 
 Provides standard HandlerMapping implementations,
 including abstract base classes for custom implementations. 
 | 
| org.springframework.web.servlet.mvc.method | 
 Servlet-based infrastructure for handler method processing,
 building on the  
org.springframework.web.method package. | 
| Modifier and Type | Method and Description | 
|---|---|
HandlerMethodMappingNamingStrategy<T> | 
AbstractHandlerMethodMapping.getNamingStrategy()
Return the configured naming strategy or  
null. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractHandlerMethodMapping.setHandlerMethodMappingNamingStrategy(HandlerMethodMappingNamingStrategy<T> namingStrategy)
Configure the naming strategy to use for assigning a default name to every
 mapped handler method. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RequestMappingInfoHandlerMethodMappingNamingStrategy
A  
HandlerMethodMappingNamingStrategy for RequestMappingInfo-based handler
 method mappings. |