public abstract class AbstractResourceLoaderFactory extends BaseFactory implements ResourceLoaderFactory
| Modifier and Type | Field and Description |
|---|---|
protected int |
order |
frameworkUtils, webFrameworkServiceRegistry| Constructor and Description |
|---|
AbstractResourceLoaderFactory() |
| 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
|
abstract String[] |
getSupportedProtocols()
Gets the supported protocols.
|
void |
setOrder(int order)
Sets the order.
|
getApplicationContext, getObjectService, getResourceService, getServiceRegistry, getWebFrameworkConfiguration, setApplicationContext, setFrameworkUtils, setServiceRegistryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResourceLoaderpublic void setOrder(int order)
order - the new orderpublic int getOrder()
ResourceLoaderFactorygetOrder in interface ResourceLoaderFactorypublic boolean canHandle(String protocolId)
ResourceLoaderFactorycanHandle in interface ResourceLoaderFactoryprotocolId - Stringpublic abstract String[] getSupportedProtocols()
Copyright © 2005–2016 Alfresco Software. All rights reserved.