Uses of Class
org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Packages that use AbstractUrlHandlerMapping Package Description org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.org.springframework.web.socket.server.support Server-side support classes including container-specific strategies for upgrading a request.Uses of AbstractUrlHandlerMapping in org.springframework.web.servlet.handler
Subclasses of AbstractUrlHandlerMapping in org.springframework.web.servlet.handler Modifier and Type Class Description classAbstractDetectingUrlHandlerMappingAbstract implementation of theHandlerMappinginterface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.classBeanNameUrlHandlerMappingImplementation of theHandlerMappinginterface that maps from URLs to beans with names that start with a slash ("/"), similar to how Struts maps URLs to action names.classSimpleUrlHandlerMappingImplementation of theHandlerMappinginterface that maps from URLs to request handler beans.Uses of AbstractUrlHandlerMapping in org.springframework.web.socket.server.support
Subclasses of AbstractUrlHandlerMapping 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.