|
The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractDetectingUrlHandlerMapping | |
|---|---|
| org.springframework.web.servlet.handler | Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. |
| org.springframework.web.servlet.mvc.annotation | Support package for annotation-based Servlet MVC controllers. |
| Uses of AbstractDetectingUrlHandlerMapping in org.springframework.web.servlet.handler |
|---|
| Subclasses of AbstractDetectingUrlHandlerMapping in org.springframework.web.servlet.handler | |
|---|---|
class |
BeanNameUrlHandlerMapping
Implementation of the HandlerMapping
interface that map from URLs to beans with names that start with a slash ("/"),
similar to how Struts maps URLs to action names. |
| Uses of AbstractDetectingUrlHandlerMapping in org.springframework.web.servlet.mvc.annotation |
|---|
| Subclasses of AbstractDetectingUrlHandlerMapping in org.springframework.web.servlet.mvc.annotation | |
|---|---|
class |
DefaultAnnotationHandlerMapping
Implementation of the HandlerMapping
interface that maps handlers based on HTTP paths expressed through the
RequestMapping annotation at the type or method level. |
|
The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||