Uses of Class
org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
Packages that use SimpleUrlHandlerMapping 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.Uses of SimpleUrlHandlerMapping in org.springframework.web.servlet.config.annotation
Methods in org.springframework.web.servlet.config.annotation that return SimpleUrlHandlerMapping Modifier and Type Method Description protected SimpleUrlHandlerMappingDefaultServletHandlerConfigurer. buildHandlerMapping()Return a handler mapping instance ordered atOrdered.LOWEST_PRECEDENCEcontaining theDefaultServletHttpRequestHandlerinstance mapped to"/**"; ornullif default servlet handling was not been enabled.protected SimpleUrlHandlerMappingViewControllerRegistry. buildHandlerMapping()Return theHandlerMappingthat contains the registered view controller mappings, ornullfor no registrations.Uses of SimpleUrlHandlerMapping in org.springframework.web.socket.server.support
Subclasses of SimpleUrlHandlerMapping in org.springframework.web.socket.server.support Modifier and Type Class Description classWebSocketHandlerMappingAn extension ofSimpleUrlHandlerMappingthat is also aSmartLifecyclecontainer and propagates start and stop calls to any handlers that implementLifecycle.