Uses of Class
org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
Package
Description
Annotation-based setup for Spring MVC.
Server-side support classes including container-specific strategies
for upgrading a request.
-
Uses of SimpleUrlHandlerMapping in org.springframework.web.servlet.config.annotation
Modifier and TypeMethodDescriptionprotected SimpleUrlHandlerMapping
DefaultServletHandlerConfigurer.buildHandlerMapping()
Return a handler mapping instance ordered atOrdered.LOWEST_PRECEDENCE
containing theDefaultServletHttpRequestHandler
instance mapped to"/**"
; ornull
if default servlet handling was not enabled.protected SimpleUrlHandlerMapping
ViewControllerRegistry.buildHandlerMapping()
Return theHandlerMapping
that contains the registered view controller mappings, ornull
for no registrations. -
Uses of SimpleUrlHandlerMapping in org.springframework.web.socket.server.support
Modifier and TypeClassDescriptionclass
Extension ofSimpleUrlHandlerMapping
with support for more precise mapping of WebSocket handshake requests to handlers of typeWebSocketHttpRequestHandler
.