| Package | Description |
|---|---|
| org.springframework.extensions.surf | |
| org.springframework.extensions.surf.resource | |
| org.springframework.extensions.surf.resource.support |
| Modifier and Type | Method and Description |
|---|---|
static ResourceLoader |
FrameworkUtil.getResourceLoader(String objectId,
String endpointId)
Deprecated.
Produces a ResourceLoader for the given object id on a given endpoint
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCachingResourceLoader
Provides caching of resource objects by object id
|
class |
AbstractResourceLoader
Abstract class that developers can extend to build their own custom resource
loaders.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ResourceLoader |
AbstractCachingResourceLoaderFactory.buildResourceLoader(String protocolId,
String endpointId) |
ResourceLoader |
ResourceLoaderFactory.getResourceLoader(String protocolId,
String endpointId)
Returns a resource loader that is bound to the given
endpoint.
|
ResourceLoader |
ResourceService.getResourceLoader(String protocolId,
String endpointId)
Returns an appropriate resource loader for the given
protocol and endpoint
|
ResourceLoader |
AbstractCachingResourceLoaderFactory.getResourceLoader(String protocolId,
String endpointId) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlfrescoResourceLoader
Resource loader implementation for the Alfresco repository
|
class |
CMISResourceLoader
Resource Loader for CMIS
|
class |
URLResourceLoader
Resource Loader for generic urls
|
class |
VirtualizedWebappResourceLoader
Resource Loader for virtualized web application
|
| Modifier and Type | Method and Description |
|---|---|
ResourceLoader |
AlfrescoResourceLoaderFactory.buildResourceLoader(String protocolId,
String endpointId) |
ResourceLoader |
URLResourceLoaderFactory.buildResourceLoader(String protocolId,
String endpointId) |
ResourceLoader |
CMISResourceLoaderFactory.buildResourceLoader(String protocolId,
String endpointId) |
ResourceLoader |
VirtualizedWebappResourceLoaderFactory.buildResourceLoader(String protocolId,
String endpointId) |
Copyright © 2005–2016 Alfresco Software. All rights reserved.