类的使用
org.springframework.web.reactive.handler.AbstractUrlHandlerMapping
使用AbstractUrlHandlerMapping的程序包 程序包 说明 org.springframework.web.reactive.config Spring WebFlux configuration infrastructure.org.springframework.web.reactive.handler Provides HandlerMapping implementations including abstract base classes.org.springframework.web.reactive.config中AbstractUrlHandlerMapping的使用
返回AbstractUrlHandlerMapping的org.springframework.web.reactive.config中的方法 修饰符和类型 方法 说明 protected AbstractUrlHandlerMappingResourceHandlerRegistry. getHandlerMapping()Return a handler mapping with the mapped resource handlers; ornullin case of no registrations.org.springframework.web.reactive.handler中AbstractUrlHandlerMapping的使用
org.springframework.web.reactive.handler中AbstractUrlHandlerMapping的子类 修饰符和类型 类 说明 classSimpleUrlHandlerMappingImplementation of theHandlerMappinginterface to map from URLs to request handler beans.