Uses of Interface
org.springframework.extensions.surf.resource.Resource

Packages that use Resource
org.springframework.extensions.surf   
org.springframework.extensions.surf.resource   
org.springframework.extensions.surf.resource.support   
org.springframework.extensions.surf.support   
org.springframework.extensions.surf.types   
org.springframework.extensions.webscripts   
 

Uses of Resource in org.springframework.extensions.surf
 

Methods in org.springframework.extensions.surf that return Resource
 Resource WrappedRequestContext.getCurrentObject()
           
 Resource RequestContext.getCurrentObject()
          Returns the current object If no object has been set, then null is returned
 

Methods in org.springframework.extensions.surf with parameters of type Resource
 void WrappedRequestContext.setCurrentObject(Resource object)
           
 void RequestContext.setCurrentObject(Resource object)
          Sets the current object
 

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

Classes in org.springframework.extensions.surf.resource that implement Resource
 class AbstractResource
          Abstract implementation of a resource.
 

Fields in org.springframework.extensions.surf.resource declared as Resource
protected  Resource ResourceContentImpl.resource
           
 

Fields in org.springframework.extensions.surf.resource with type parameters of type Resource
protected  Map<String,Resource> ModelObjectResourceProvider.resources
           
 

Methods in org.springframework.extensions.surf.resource that return Resource
 Resource ResourceProvider.addResource(String name, String resourceId)
          Adds/Creates a resource with the given name and resource id
 Resource ModelObjectResourceProvider.addResource(String name, String resourceId)
           
 Resource ResourceProvider.addResource(String name, String protocolId, String endpointId, String objectId)
          Adds/Creates a resource with the given name, object id and endpoint id
 Resource ModelObjectResourceProvider.addResource(String name, String protocolId, String endpointId, String objectId)
           
abstract  Resource AbstractCachingResourceLoader.buildResource(String objectId)
          Builds the resource bound to the given object id
 Resource ResourceMetadata.getResource()
          A link back to the resource of which this content is a part
 Resource ResourceContentImpl.getResource()
           
 Resource ResourceContent.getResource()
          A link back to the resource of which this content is a part
 Resource ResourceService.getResource(String resourceId)
          Gets the resource for the given resource id
 Resource ResourceProvider.getResource(String name)
          Looks up a resource with the given name
 Resource ModelObjectResourceProvider.getResource(String name)
           
 Resource ResourceService.getResource(String protocolId, String endpointId, String objectId)
          Gets a resource for the given protocol, endpoint and object id
 Resource[] ResourceProvider.getResources()
          Returns the set of all resources
 Resource[] ModelObjectResourceProvider.getResources()
           
 Resource ResourceLoader.load(String objectId)
          Loads the resource with the given object id
 Resource AbstractCachingResourceLoader.load(String objectId)
           
 

Methods in org.springframework.extensions.surf.resource that return types with arguments of type Resource
 Map<String,Resource> ResourceProvider.getResourcesMap()
          Returns the map of resources
 Map<String,Resource> ModelObjectResourceProvider.getResourcesMap()
           
 

Methods in org.springframework.extensions.surf.resource with parameters of type Resource
 void ResourceProvider.updateResource(String name, Resource resource)
          Updates a resource for the given name
 void ModelObjectResourceProvider.updateResource(String name, Resource resource)
           
 

Constructors in org.springframework.extensions.surf.resource with parameters of type Resource
ResourceContentImpl(Resource resource, String url)
           
ResourceJSONContentImpl(Resource resource, String url)
           
ResourceXMLContentImpl(Resource resource, String url)
           
 

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

Classes in org.springframework.extensions.surf.resource.support that implement Resource
 class AlfrescoResource
          Alfresco resource Content = heavy asset Metadata = Alfresco information Object ids are of the following format: alfresco:/// alfresco:///workspace/SpacesStore/39627322-c892-49fe-bcbb-a5c72bdc2a9b where is // Example: alfresco:///workspace/SpacesStore/790ccbc3-a3ee-45ba-b169-0926ad77c2c8
 class CMISResource
          CMIS resource Content = heavy asset Metadata = CMIS information Object ids are of the following format: cmis:///node/workspace/SpacesStore/790ccbc3-a3ee-45ba-b169-0926ad77c2c8 cmis:///cmis cmis:///types cmis:///queries
 class URLResource
          URL resource Object ids are of the following format: http://server:port/uri https://server:port/uri
 class VirtualizedWebappResource
          Virtualized web application resource Object ids are of the following format: images/abc.gif WEB-INF/config/file.xml webapp://images/abc.gif webapp://WEB-INF/config/file.xml
 

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

Uses of Resource in org.springframework.extensions.surf.support
 

Fields in org.springframework.extensions.surf.support declared as Resource
protected  Resource AbstractRequestContext.currentResource
           
 

Methods in org.springframework.extensions.surf.support that return Resource
 Resource AbstractRequestContext.getCurrentObject()
          Returns the current object
 

Methods in org.springframework.extensions.surf.support with parameters of type Resource
 void AbstractRequestContext.setCurrentObject(Resource resource)
          Sets the current object
 

Uses of Resource in org.springframework.extensions.surf.types
 

Methods in org.springframework.extensions.surf.types that return Resource
 Resource AbstractModelObject.addResource(String name, String resourceId)
           
 Resource AbstractModelObject.addResource(String name, String protocolId, String endpointId, String objectId)
           
 Resource AbstractModelObject.getResource(String name)
           
 Resource[] AbstractModelObject.getResources()
           
 

Methods in org.springframework.extensions.surf.types that return types with arguments of type Resource
 Map<String,Resource> AbstractModelObject.getResourcesMap()
           
 

Methods in org.springframework.extensions.surf.types with parameters of type Resource
 void AbstractModelObject.updateResource(String name, Resource resource)
           
 

Uses of Resource in org.springframework.extensions.webscripts
 

Constructors in org.springframework.extensions.webscripts with parameters of type Resource
ScriptResource(RequestContext context, Resource resource)
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.