| Package | Description |
|---|---|
| org.springframework.web.context.support |
Classes supporting the
org.springframework.web.context package,
such as WebApplicationContext implementations and various utility classes. |
| Modifier and Type | Class and Description |
|---|---|
class |
ServletContextResourcePatternResolver
ServletContext-aware subclass of
PathMatchingResourcePatternResolver,
able to find matching resources below the web application root directory
via ServletContext.getResourcePaths(java.lang.String). |