Uses of Class
org.springframework.core.io.support.PathMatchingResourcePatternResolver
Package
Description
Classes supporting the
org.springframework.web.context
package,
such as WebApplicationContext implementations and various utility classes.-
Uses of PathMatchingResourcePatternResolver in org.springframework.web.context.support
Modifier and TypeClassDescriptionclass
ServletContext-aware subclass ofPathMatchingResourcePatternResolver
, able to find matching resources below the web application root directory viaServletContext.getResourcePaths(java.lang.String)
.