Uses of Class
org.springframework.web.servlet.handler.RequestMatchResult
Packages that use RequestMatchResult
Package
Description
Classes supporting the
org.springframework.web.servlet.function
package.Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.-
Uses of RequestMatchResult in org.springframework.web.servlet.function.support
Methods in org.springframework.web.servlet.function.support that return RequestMatchResultModifier and TypeMethodDescriptionRouterFunctionMapping.match
(HttpServletRequest request, String pattern) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of RequestMatchResult in org.springframework.web.servlet.handler
Methods in org.springframework.web.servlet.handler that return RequestMatchResultModifier and TypeMethodDescriptionAbstractUrlHandlerMapping.match
(HttpServletRequest request, String pattern) Deprecated, for removal: This API element is subject to removal in a future version.MatchableHandlerMapping.match
(HttpServletRequest request, String pattern) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of RequestMatchResult in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation that return RequestMatchResultModifier and TypeMethodDescriptionRequestMappingHandlerMapping.match
(HttpServletRequest request, String pattern) Deprecated, for removal: This API element is subject to removal in a future version.
PathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.