Uses of Class
org.springframework.web.reactive.handler.AbstractUrlHandlerMapping
Packages that use AbstractUrlHandlerMapping
Package
Description
Spring WebFlux configuration infrastructure.
Provides HandlerMapping implementations including abstract base classes.
- 
Uses of AbstractUrlHandlerMapping in org.springframework.web.reactive.configMethods in org.springframework.web.reactive.config that return AbstractUrlHandlerMappingModifier and TypeMethodDescriptionprotected @Nullable AbstractUrlHandlerMappingResourceHandlerRegistry.getHandlerMapping()Return a handler mapping with the mapped resource handlers; ornullin case of no registrations.
- 
Uses of AbstractUrlHandlerMapping in org.springframework.web.reactive.handlerSubclasses of AbstractUrlHandlerMapping in org.springframework.web.reactive.handlerModifier and TypeClassDescriptionclassImplementation of theHandlerMappinginterface to map from URLs to request handler beans.