| Package | Description |
|---|---|
| org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
| Modifier and Type | Method and Description |
|---|---|
protected SimpleUrlHandlerMapping |
DefaultServletHandlerConfigurer.buildHandlerMapping()
Return a handler mapping instance ordered at
Ordered.LOWEST_PRECEDENCE
containing the DefaultServletHttpRequestHandler instance mapped
to "/**"; or null if default servlet handling was not
been enabled. |
protected SimpleUrlHandlerMapping |
ViewControllerRegistry.buildHandlerMapping()
Return the
HandlerMapping that contains the registered view
controller mappings, or null for no registrations. |