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

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

Introduction

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

The text is from its open source code.

Implementation

org.springframework.web.servlet.HandlerMapping has the following implementations.
Click this link to see all its implementation.

Field

StringPATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE
Name of the HttpServletRequest attribute that contains the path within the handler mapping, in case of a pattern match, or the full relevant URI (typically within the DispatcherServlet's mapping) else.
StringBEST_MATCHING_PATTERN_ATTRIBUTE
Name of the HttpServletRequest attribute that contains the best matching pattern within the handler mapping.
StringINTROSPECT_TYPE_LEVEL_MAPPING
Name of the boolean HttpServletRequest attribute that indicates whether type-level mappings should be inspected.
StringURI_TEMPLATE_VARIABLES_ATTRIBUTE
Name of the HttpServletRequest attribute that contains the URI templates map, mapping variable names to values.
StringPRODUCIBLE_MEDIA_TYPES_ATTRIBUTE
Name of the HttpServletRequest attribute that contains the set of producible MediaTypes applicable to the mapped handler.

Method

ClassgetClass()
Returns the runtime class of this Object .
HandlerExecutionChaingetHandler(HttpServletRequest request)
Return a handler and any interceptors for this request.