public interface

ContextResource

implements Resource
org.springframework.core.io.ContextResource
Known Indirect Subclasses

Class Overview

Extended interface for a resource that is loaded from an enclosing 'context', e.g. from a javax.servlet.ServletContext or a javax.portlet.PortletContext 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).

Summary

Public Methods
abstract String getPathWithinContext()
Return the path within the enclosing 'context'.
[Expand]
Inherited Methods
From interface org.springframework.core.io.InputStreamSource
From interface org.springframework.core.io.Resource

Public Methods

public abstract String getPathWithinContext ()

Also: SpringCore

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.