Uses of Interface
org.springframework.util.PathMatcher
Packages that use PathMatcher
Package
Description
Support classes for Spring's resource abstraction.
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
-
Uses of PathMatcher in org.springframework.core.io.support
Methods in org.springframework.core.io.support that return PathMatcherModifier and TypeMethodDescriptionPathMatchingResourcePatternResolver.getPathMatcher()Return thePathMatcherthat this resource pattern resolver uses.Methods in org.springframework.core.io.support with parameters of type PathMatcherModifier and TypeMethodDescriptionvoidPathMatchingResourcePatternResolver.setPathMatcher(PathMatcher pathMatcher) Set thePathMatcherimplementation to use for this resource pattern resolver. -
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 underlyingPathMatcherdelegate.Constructors in org.springframework.util with parameters of type PathMatcherModifierConstructorDescriptionSimpleRouteMatcher(PathMatcher pathMatcher) Create a newSimpleRouteMatcherfor the givenPathMatcherdelegate.