Java org.springframework.web.servlet.mvc.method.annotation RequestMappingHandlerMapping fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.servlet.mvc.method.annotation RequestMappingHandlerMapping fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.servlet.mvc.method.annotation RequestMappingHandlerMapping.

The text is from its open source code.

Subclass

org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping has subclasses.
Click this link to see all its subclasses.

Constructor

Method

HandlerExecutionChaingetHandler(HttpServletRequest request)
Return a handler and any interceptors for this request.
voidsetContentNegotiationManager(ContentNegotiationManager contentNegotiationManager)
Set the ContentNegotiationManager to use to determine requested media types.
voidsetUseRegisteredSuffixPatternMatch(boolean useRegisteredSuffixPatternMatch)
Whether suffix pattern matching should work only against path extensions explicitly registered with the ContentNegotiationManager .
voidsetUseSuffixPatternMatch(boolean useSuffixPatternMatch)
Whether to use suffix pattern match (".*") when matching patterns to requests.
voidsetUseTrailingSlashMatch(boolean useTrailingSlashMatch)
Whether to match to URLs irrespective of the presence of a trailing slash.