| 
 | The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractUrlHandlerMapping | |
|---|---|
| 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. | 
| org.springframework.web.servlet.mvc.annotation | Support package for annotation-based Servlet MVC controllers. | 
| org.springframework.web.servlet.mvc.support | Support package for MVC controllers. | 
| Uses of AbstractUrlHandlerMapping in org.springframework.web.servlet.handler | 
|---|
| Subclasses of AbstractUrlHandlerMapping in org.springframework.web.servlet.handler | |
|---|---|
|  class | AbstractDetectingUrlHandlerMappingAbstract implementation of the HandlerMappinginterface, detecting URL mappings for handler beans through introspection of all
 defined beans in the application context. | 
|  class | BeanNameUrlHandlerMappingImplementation of the HandlerMappinginterface that 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 AbstractUrlHandlerMapping in org.springframework.web.servlet.handler.metadata | 
|---|
| Subclasses of AbstractUrlHandlerMapping in org.springframework.web.servlet.handler.metadata | |
|---|---|
|  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. | 
| Uses of AbstractUrlHandlerMapping in org.springframework.web.servlet.mvc.annotation | 
|---|
| Subclasses of AbstractUrlHandlerMapping in org.springframework.web.servlet.mvc.annotation | |
|---|---|
|  class | DefaultAnnotationHandlerMappingImplementation of the HandlerMappinginterface that maps handlers based on HTTP paths expressed through theRequestMappingannotation at the type or method level. | 
| Uses of AbstractUrlHandlerMapping in org.springframework.web.servlet.mvc.support | 
|---|
| Subclasses of AbstractUrlHandlerMapping in org.springframework.web.servlet.mvc.support | |
|---|---|
|  class | ControllerClassNameHandlerMappingImplementation of HandlerMappingthat follows a simple convention for
 generating URL path mappings from the class names of registeredControllerandThrowawayControllerbeans. | 
| 
 | The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||