| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HandlerMapping | |
|---|---|
| org.springframework.web.servlet.handler | Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. | 
| org.springframework.web.servlet.handler.metadata | This package enables automatic web controller targeting. | 
| Uses of HandlerMapping in org.springframework.web.servlet.handler | 
|---|
| Classes in org.springframework.web.servlet.handler that implement HandlerMapping | |
|---|---|
|  class | AbstractHandlerMappingAbstract base class for HandlerMappingimplementations. | 
|  class | AbstractUrlHandlerMappingAbstract base class for URL-mapped HandlerMappingimplementations. | 
|  class | BeanNameUrlHandlerMappingImplementation of the HandlerMapping interface to map from URLs to beans with names that start with a slash ("/"), similar to how Struts maps URLs to action names. | 
|  class | SimpleUrlHandlerMappingImplementation of the HandlerMappinginterface to map from URLs to request handler beans. | 
| Uses of HandlerMapping in org.springframework.web.servlet.handler.metadata | 
|---|
| Classes in org.springframework.web.servlet.handler.metadata that implement HandlerMapping | |
|---|---|
|  class | AbstractPathMapHandlerMappingAbstract implementation of the HandlerMapping interface that recognizes metadata attributes of type PathMap on application Controllers and automatically wires them into the current servlet's WebApplicationContext. | 
|  class | CommonsPathMapHandlerMappingSubclass of AbstractPathMapHandlerMapping that recognizes Commons Attributes metadata attributes of type PathMap on application Controllers and automatically wires them into the current servlet's WebApplicationContext. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||