接口 ContextResource

所有超级接口:
InputStreamSource, Resource
所有已知实现类:
DefaultResourceLoader.ClassPathContextResource

public interface ContextResource extends Resource
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Extended interface for a resource that is loaded from an enclosing 'context', e.g. from a jakarta.servlet.ServletContext but also from plain classpath paths or relative file system paths (specified without an explicit prefix, hence applying relative to the local ResourceLoader's context).
从以下版本开始:
2.5
作者:
Juergen Hoeller
  • 方法详细资料

    • getPathWithinContext

      String getPathWithinContext()
      Return the path within the enclosing 'context'.

      This is typically path relative to a context-specific root directory, e.g. a ServletContext root or a PortletContext root.