Uses of Interface
org.springframework.util.PathMatcher
Packages that use PathMatcher
Package
Description
Support classes for Spring's resource abstraction.
Basic abstractions for working with message handler methods.
Support classes for handling messages from simple messaging protocols
(like STOMP).
Provides a "simple" message broker implementation along with an abstract base
class and other supporting types such as a registry for subscriptions.
Configuration support for WebSocket messaging using higher level messaging protocols.
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
Support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor
strategy.Annotation-based setup for Spring MVC.
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
Standard controller implementations for the Servlet MVC framework that comes with
Spring.
Common MVC logic for matching incoming requests based on conditions.
Servlet-based infrastructure for handler method processing,
building on the
org.springframework.web.method
package.Support classes for serving static resources.
-
Uses of PathMatcher in org.springframework.core.io.support
Methods in org.springframework.core.io.support that return PathMatcherModifier and TypeMethodDescriptionPathMatchingResourcePatternResolver.getPathMatcher()
Return thePathMatcher
that this resource pattern resolver uses.Methods in org.springframework.core.io.support with parameters of type PathMatcherModifier and TypeMethodDescriptionvoid
PathMatchingResourcePatternResolver.setPathMatcher
(PathMatcher pathMatcher) Set thePathMatcher
implementation to use for this resource pattern resolver. -
Uses of PathMatcher in org.springframework.messaging.handler
Constructors in org.springframework.messaging.handler with parameters of type PathMatcherModifierConstructorDescriptionDestinationPatternsMessageCondition
(String[] patterns, @Nullable PathMatcher matcher) Constructor with patterns and aPathMatcher
instance. -
Uses of PathMatcher in org.springframework.messaging.simp.annotation.support
Methods in org.springframework.messaging.simp.annotation.support that return PathMatcherModifier and TypeMethodDescriptionSimpAnnotationMethodMessageHandler.getPathMatcher()
Return the PathMatcher implementation to use for matching destinations.Methods in org.springframework.messaging.simp.annotation.support with parameters of type PathMatcherModifier and TypeMethodDescriptionvoid
SimpAnnotationMethodMessageHandler.setPathMatcher
(PathMatcher pathMatcher) Set the PathMatcher implementation to use for matching destinations against configured destination patterns. -
Uses of PathMatcher in org.springframework.messaging.simp.broker
Methods in org.springframework.messaging.simp.broker that return PathMatcherModifier and TypeMethodDescriptionDefaultSubscriptionRegistry.getPathMatcher()
Return the configuredPathMatcher
.Methods in org.springframework.messaging.simp.broker with parameters of type PathMatcherModifier and TypeMethodDescriptionvoid
DefaultSubscriptionRegistry.setPathMatcher
(PathMatcher pathMatcher) Specify thePathMatcher
to use.void
SimpleBrokerMessageHandler.setPathMatcher
(@Nullable PathMatcher pathMatcher) When configured, the given PathMatcher is passed down to the underlying SubscriptionRegistry to use for matching destination to subscriptions. -
Uses of PathMatcher in org.springframework.messaging.simp.config
Methods in org.springframework.messaging.simp.config that return PathMatcherModifier and TypeMethodDescriptionfinal @Nullable PathMatcher
AbstractMessageBrokerConfiguration.getPathMatcher
(AbstractSubscribableChannel clientInboundChannel, AbstractSubscribableChannel clientOutboundChannel) Provide access to the configured PatchMatcher for access from other configuration classes.protected @Nullable PathMatcher
MessageBrokerRegistry.getPathMatcher()
Methods in org.springframework.messaging.simp.config with parameters of type PathMatcherModifier and TypeMethodDescriptionMessageBrokerRegistry.setPathMatcher
(PathMatcher pathMatcher) Configure the PathMatcher to use to match the destinations of incoming messages to@MessageMapping
and@SubscribeMapping
methods. -
Uses of PathMatcher in org.springframework.util
Classes in org.springframework.util that implement PathMatcherMethods in org.springframework.util that return PathMatcherModifier and TypeMethodDescriptionSimpleRouteMatcher.getPathMatcher()
Return the underlyingPathMatcher
delegate.Constructors in org.springframework.util with parameters of type PathMatcherModifierConstructorDescriptionSimpleRouteMatcher
(PathMatcher pathMatcher) Create a newSimpleRouteMatcher
for the givenPathMatcher
delegate. -
Uses of PathMatcher in org.springframework.web.cors
Methods in org.springframework.web.cors with parameters of type PathMatcherModifier and TypeMethodDescriptionvoid
UrlBasedCorsConfigurationSource.setPathMatcher
(PathMatcher pathMatcher) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PathMatcher in org.springframework.web.servlet.config.annotation
Methods in org.springframework.web.servlet.config.annotation that return PathMatcherModifier and TypeMethodDescriptionPathMatchConfigurer.getPathMatcher()
Deprecated, for removal: This API element is subject to removal in a future version.protected PathMatcher
PathMatchConfigurer.getPathMatcherOrDefault()
Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.WebMvcConfigurationSupport.mvcPathMatcher()
Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.Methods in org.springframework.web.servlet.config.annotation with parameters of type PathMatcherModifier and TypeMethodDescriptionInterceptorRegistration.pathMatcher
(PathMatcher pathMatcher) Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.PathMatchConfigurer.setPathMatcher
(PathMatcher pathMatcher) Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
. -
Uses of PathMatcher in org.springframework.web.servlet.handler
Methods in org.springframework.web.servlet.handler that return PathMatcherModifier and TypeMethodDescriptionAbstractHandlerMapping.getPathMatcher()
Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.MappedInterceptor.getPathMatcher()
Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.Methods in org.springframework.web.servlet.handler with parameters of type PathMatcherModifier and TypeMethodDescriptionvoid
AbstractHandlerMapping.setPathMatcher
(PathMatcher pathMatcher) Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.void
MappedInterceptor.setPathMatcher
(PathMatcher pathMatcher) Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.Constructors in org.springframework.web.servlet.handler with parameters of type PathMatcherModifierConstructorDescriptionRequestMatchResult
(String pattern, String lookupPath, PathMatcher pathMatcher) Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
. -
Uses of PathMatcher in org.springframework.web.servlet.mvc
Methods in org.springframework.web.servlet.mvc with parameters of type PathMatcherModifier and TypeMethodDescriptionvoid
WebContentInterceptor.setPathMatcher
(PathMatcher pathMatcher) Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
. -
Uses of PathMatcher in org.springframework.web.servlet.mvc.condition
Constructors in org.springframework.web.servlet.mvc.condition with parameters of type PathMatcherModifierConstructorDescriptionPatternsRequestCondition
(String[] patterns, @Nullable UrlPathHelper urlPathHelper, @Nullable PathMatcher pathMatcher) Deprecated, for removal: This API element is subject to removal in a future version.Constructor with URL patterns which are prepended with "/" if necessary. -
Uses of PathMatcher in org.springframework.web.servlet.mvc.method
Methods in org.springframework.web.servlet.mvc.method that return PathMatcherModifier and TypeMethodDescriptionRequestMappingInfo.BuilderConfiguration.getPathMatcher()
Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.Methods in org.springframework.web.servlet.mvc.method with parameters of type PathMatcherModifier and TypeMethodDescriptionvoid
RequestMappingInfo.BuilderConfiguration.setPathMatcher
(@Nullable PathMatcher pathMatcher) Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
. -
Uses of PathMatcher in org.springframework.web.servlet.resource
Methods in org.springframework.web.servlet.resource that return PathMatcherModifier and TypeMethodDescriptionResourceUrlProvider.getPathMatcher()
Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules.Methods in org.springframework.web.servlet.resource with parameters of type PathMatcherModifier and TypeMethodDescriptionvoid
ResourceUrlProvider.setPathMatcher
(PathMatcher pathMatcher) Deprecated, for removal: This API element is subject to removal in a future version.use ofPathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules.
PathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
.