Class HandlerMappingIntrospector.CachedResult
java.lang.Object
org.springframework.web.servlet.handler.HandlerMappingIntrospector.CachedResult
- Enclosing class:
- HandlerMappingIntrospector
Container for a
MatchableHandlerMapping
and CorsConfiguration
for a given request matched by dispatcher type and requestURI.- Since:
- 6.0.14
-
Method Summary
Modifier and TypeMethodDescriptiongetResultFor
(HttpServletRequest request) Return aHandlerMappingIntrospector.CachedResult
that matches the given request.boolean
matches
(HttpServletRequest request) toString()
-
Method Details
-
matches
-
getHandlerMapping
- Throws:
Exception
-
getCorsConfig
-
toString
-
getResultFor
@Nullable public static HandlerMappingIntrospector.CachedResult getResultFor(HttpServletRequest request) Return aHandlerMappingIntrospector.CachedResult
that matches the given request.
-