类的使用
org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
使用SimpleUrlHandlerMapping的程序包 程序包 说明 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.org.springframework.web.servlet.config.annotation中SimpleUrlHandlerMapping的使用
返回SimpleUrlHandlerMapping的org.springframework.web.servlet.config.annotation中的方法 修饰符和类型 方法 说明 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.org.springframework.web.socket.server.support中SimpleUrlHandlerMapping的使用
org.springframework.web.socket.server.support中SimpleUrlHandlerMapping的子类 修饰符和类型 类 说明 classWebSocketHandlerMappingAn extension ofSimpleUrlHandlerMappingthat is also aSmartLifecyclecontainer and propagates start and stop calls to any handlers that implementLifecycle.