| java.lang.Object | ||
| ↳ | org.springframework.core.io.DefaultResourceLoader | |
| ↳ | org.springframework.web.portlet.context.PortletContextResourceLoader | |
ResourceLoader implementation that resolves paths as PortletContext resources, for use outside a Portlet ApplicationContext (for example, in a GenericPortletBean subclass).
Within a WebApplicationContext, resource paths are automatically resolved as PortletContext resources by the context implementation.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.springframework.core.io.ResourceLoader
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new PortletContextResourceLoader.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This implementation supports file paths beneath the root of the web application.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.io.DefaultResourceLoader
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.core.io.ResourceLoader
| |||||||||||
Create a new PortletContextResourceLoader.
| portletContext | the PortletContext to load resources with |
|---|
This implementation supports file paths beneath the root of the web application.
| path | the path to the resource |
|---|