Uses of Interface
org.springframework.core.io.ContextResource
Packages that use ContextResource
Package
Description
Generic abstraction for (file-based) resources, used throughout the framework.
Classes supporting the
org.springframework.web.context
package,
such as WebApplicationContext implementations and various utility classes.-
Uses of ContextResource in org.springframework.core.io
Classes in org.springframework.core.io that implement ContextResourceModifier and TypeClassDescriptionprotected static class
ClassPathResource that explicitly expresses a context-relative path through implementing the ContextResource interface. -
Uses of ContextResource in org.springframework.web.context.support
Classes in org.springframework.web.context.support that implement ContextResourceModifier and TypeClassDescriptionclass
Resource
implementation forServletContext
resources, interpreting relative paths within the web application root directory.