public interface ResourceLoaderFactory
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(String protocolId)
Identifies whether this factory can produce resource
loaders that can handle the given protocol
|
int |
getOrder()
Returns the order of preference for this resource loader
|
ResourceLoader |
getResourceLoader(String protocolId,
String endpointId)
Returns a resource loader that is bound to the given
endpoint.
|
ResourceLoader getResourceLoader(String protocolId, String endpointId)
protocolId - the protocol idendpointId - the endpoint idint getOrder()
boolean canHandle(String protocolId)
protocolId - StringCopyright © 2005–2016 Alfresco Software. All rights reserved.