| Package | Description | 
|---|---|
| org.springframework.web.servlet.config.annotation | 
 Annotation-based setup for Spring MVC. 
 | 
| org.springframework.web.socket.server.support | 
 Server-side support classes including container-specific strategies
 for upgrading a request. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected SimpleUrlHandlerMapping | 
ViewControllerRegistry.buildHandlerMapping()
Return the  
HandlerMapping that contains the registered view
 controller mappings, or null for no registrations. | 
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. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WebSocketHandlerMapping
An extension of  
SimpleUrlHandlerMapping that is also a
 SmartLifecycle container and propagates start and stop calls to any
 handlers that implement Lifecycle. |