Uses of Class
org.springframework.web.reactive.handler.AbstractUrlHandlerMapping
Packages that use AbstractUrlHandlerMapping Package Description org.springframework.web.reactive.config Spring WebFlux configuration infrastructure.org.springframework.web.reactive.handler Provides HandlerMapping implementations including abstract base classes.Uses of AbstractUrlHandlerMapping in org.springframework.web.reactive.config
Methods in org.springframework.web.reactive.config that return AbstractUrlHandlerMapping Modifier and Type Method Description protected AbstractUrlHandlerMappingResourceHandlerRegistry. getHandlerMapping()Return a handler mapping with the mapped resource handlers; ornullin case of no registrations.Uses of AbstractUrlHandlerMapping in org.springframework.web.reactive.handler
Subclasses of AbstractUrlHandlerMapping in org.springframework.web.reactive.handler Modifier and Type Class Description classSimpleUrlHandlerMappingImplementation of theHandlerMappinginterface to map from URLs to request handler beans.