| Package | Description | 
|---|---|
| org.springframework.web.servlet.handler | Provides standard HandlerMapping implementations,
 including abstract base classes for custom implementations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BeanNameUrlHandlerMappingImplementation of the  HandlerMappinginterface that maps from URLs to beans with names that start with a slash ("/"),
 similar to how Struts maps URLs to action names. |