portal.services.resource.sp
Class ResourceServiceImpl

java.lang.Object
  extended byportal.services.resource.sp.ResourceServiceImpl
All Implemented Interfaces:
IResourceService, IService

public class ResourceServiceImpl
extends java.lang.Object
implements IResourceService


Constructor Summary
ResourceServiceImpl()
           
 
Method Summary
 void addResourceLoader(IResourceLoader resourceLoader)
           
 IResource getResource(java.lang.String resourcePath)
           
 IResource getResource(java.lang.String resourcePath, java.lang.String contentType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceServiceImpl

public ResourceServiceImpl()
                    throws ResourceServiceException
Method Detail

addResourceLoader

public void addResourceLoader(IResourceLoader resourceLoader)

getResource

public IResource getResource(java.lang.String resourcePath)
                      throws ResourceServiceException
Specified by:
getResource in interface IResourceService
Throws:
ResourceServiceException

getResource

public IResource getResource(java.lang.String resourcePath,
                             java.lang.String contentType)
                      throws ResourceServiceException
Specified by:
getResource in interface IResourceService
Throws:
ResourceServiceException