Package org.exoplatform.portal.resource
Interface ResourceResolver
- All Known Implementing Classes:
MainResourceResolver
public interface ResourceResolver
A resource resolver for char based resources.
- Version:
- $Revision$
- Author:
- Julien Viet
-
Method Summary
-
Method Details
-
resolve
Returns aResourcefor the provided path or null if the resource cannot be resolved.- Parameters:
path- the path- Returns:
- a reader
- Throws:
NullPointerException- if the path argument is null
-