| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PathMatcher | |
|---|---|
| org.springframework.core.io.support | Support classes for Spring's resource abstraction. | 
| org.springframework.util | Miscellaneous utility classes, such as String manipulation utilities, a Log4J configurer, and a state holder for paged lists of objects. | 
| org.springframework.web.servlet | Provides servlets that integrate with the application context infrastructure, and the core interfaces and classes for the Spring web MVC framework. | 
| org.springframework.web.servlet.handler | Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. | 
| org.springframework.web.servlet.mvc | Standard controller implementations for the servlet MVC framework that comes with Spring. | 
| org.springframework.web.servlet.mvc.annotation | Support package for annotation-based Servlet MVC controllers. | 
| org.springframework.web.servlet.mvc.multiaction | Package allowing MVC Controller implementations to handle requests at method rather than class level. | 
| Uses of PathMatcher in org.springframework.core.io.support | 
|---|
| Methods in org.springframework.core.io.support that return PathMatcher | |
|---|---|
|  PathMatcher | PathMatchingResourcePatternResolver.getPathMatcher()Return the PathMatcher that this resource pattern resolver uses. | 
| Methods in org.springframework.core.io.support with parameters of type PathMatcher | |
|---|---|
|  void | PathMatchingResourcePatternResolver.setPathMatcher(PathMatcher pathMatcher)Set the PathMatcher implementation to use for this resource pattern resolver. | 
| Uses of PathMatcher in org.springframework.util | 
|---|
| Classes in org.springframework.util that implement PathMatcher | |
|---|---|
|  class | AntPathMatcherPathMatcher implementation for Ant-style path patterns. | 
| Uses of PathMatcher in org.springframework.web.servlet | 
|---|
| Methods in org.springframework.web.servlet that return PathMatcher | |
|---|---|
| protected  PathMatcher | ResourceServlet.getPathMatcher()Return a PathMatcher to use for matching the "allowedResources" URL pattern. | 
| Uses of PathMatcher in org.springframework.web.servlet.handler | 
|---|
| Methods in org.springframework.web.servlet.handler that return PathMatcher | |
|---|---|
|  PathMatcher | AbstractUrlHandlerMapping.getPathMatcher()Return the PathMatcher implementation to use for matching URL paths against registered URL patterns. | 
| Methods in org.springframework.web.servlet.handler with parameters of type PathMatcher | |
|---|---|
|  void | AbstractUrlHandlerMapping.setPathMatcher(PathMatcher pathMatcher)Set the PathMatcher implementation to use for matching URL paths against registered URL patterns. | 
| Uses of PathMatcher in org.springframework.web.servlet.mvc | 
|---|
| Methods in org.springframework.web.servlet.mvc with parameters of type PathMatcher | |
|---|---|
|  void | WebContentInterceptor.setPathMatcher(PathMatcher pathMatcher)Set the PathMatcher implementation to use for matching URL paths against registered URL patterns, for determining cache mappings. | 
| Uses of PathMatcher in org.springframework.web.servlet.mvc.annotation | 
|---|
| Methods in org.springframework.web.servlet.mvc.annotation with parameters of type PathMatcher | |
|---|---|
|  void | AnnotationMethodHandlerAdapter.setPathMatcher(PathMatcher pathMatcher)Set the PathMatcher implementation to use for matching URL paths against registered URL patterns. | 
| Uses of PathMatcher in org.springframework.web.servlet.mvc.multiaction | 
|---|
| Methods in org.springframework.web.servlet.mvc.multiaction with parameters of type PathMatcher | |
|---|---|
|  void | PropertiesMethodNameResolver.setPathMatcher(PathMatcher pathMatcher)Set the PathMatcher implementation to use for matching URL paths against registered URL patterns. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||