Uses of Class
org.springframework.extensions.surf.exception.ResourceLoaderException

Packages that use ResourceLoaderException
org.springframework.extensions.surf.resource   
org.springframework.extensions.surf.resource.support   
 

Uses of ResourceLoaderException in org.springframework.extensions.surf.resource
 

Methods in org.springframework.extensions.surf.resource that throw ResourceLoaderException
abstract  Resource AbstractCachingResourceLoader.buildResource(String objectId)
          Builds the resource bound to the given object id
 Resource ResourceService.getResource(String resourceId)
          Gets the resource for the given resource id
 Resource ResourceService.getResource(String protocolId, String endpointId, String objectId)
          Gets a resource for the given protocol, endpoint and object id
 ResourceContent ResourceService.getResourceContent(String resourceId)
          Retrieves the content payload for the described resource
 ResourceContent ResourceService.getResourceContent(String protocolId, String endpointId, String objectId)
          Retrieves the content payload for the described resource
 ResourceContent ResourceService.getResourceMetadata(String resourceId)
          Retrieves the metadata payload for the described resource
 ResourceContent ResourceService.getResourceMetadata(String protocolId, String endpointId, String objectId)
           
 Resource ResourceLoader.load(String objectId)
          Loads the resource with the given object id
 Resource AbstractCachingResourceLoader.load(String objectId)
           
 

Uses of ResourceLoaderException in org.springframework.extensions.surf.resource.support
 

Methods in org.springframework.extensions.surf.resource.support that throw ResourceLoaderException
 Resource VirtualizedWebappResourceLoader.buildResource(String objectId)
           
 Resource CMISResourceLoader.buildResource(String objectId)
           
 Resource AlfrescoResourceLoader.buildResource(String objectId)
           
 Resource URLResourceLoader.load(String objectId)
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.