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

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

Introduction

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

The text is from its open source code.

Field

StringBEST_MATCHING_HANDLER_ATTRIBUTE
Name of the ServerWebExchange#getAttributes() attribute that contains the mapped handler for the best matching pattern.
StringBEST_MATCHING_PATTERN_ATTRIBUTE
Name of the ServerWebExchange#getAttributes() attribute that contains the best matching pattern within the handler mapping.
StringPATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE
Name of the ServerWebExchange#getAttributes() attribute that contains the path within the handler mapping, in case of a pattern match such as "/static/**" or the full relevant URI otherwise.
StringPRODUCIBLE_MEDIA_TYPES_ATTRIBUTE
Name of the ServerWebExchange#getAttributes() attribute containing the set of producible MediaType's applicable to the mapped handler.