portal.services.resource
Interface IResourceService

All Superinterfaces:
IService
All Known Implementing Classes:
ResourceServiceImpl

public interface IResourceService
extends IService


Method Summary
 IResource getResource(java.lang.String resourcePath)
           
 IResource getResource(java.lang.String resourcePath, java.lang.String contentType)
           
 

Method Detail

getResource

public IResource getResource(java.lang.String resourcePath)
                      throws ResourceServiceException
Throws:
ResourceServiceException

getResource

public IResource getResource(java.lang.String resourcePath,
                             java.lang.String contentType)
                      throws ResourceServiceException
Throws:
ResourceServiceException