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

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

Introduction

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

The text is from its open source code.

Constructor

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.
voidinitApplicationContext()
Calls the #detectHandlers() method in addition to the superclass's initialization.
voidsetApplicationContext(@Nullable ApplicationContext context)
voidsetDefaultHandler(@Nullable Object defaultHandler)
Set the default handler for this handler mapping.