Java org.springframework.web.servlet.handler AbstractUrlHandlerMapping fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.servlet.handler AbstractUrlHandlerMapping fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.servlet.handler AbstractUrlHandlerMapping.

The text is from its open source code.

Subclass

org.springframework.web.servlet.handler.AbstractUrlHandlerMapping has subclasses.
Click this link to see all its subclasses.

Method

MapgetHandlerMap()
Return the registered handlers as an unmodifiable Map, with the registered path as key and the handler object (or handler bean name in case of a lazy-init handler) as value.