public abstract class AbstractResourceLoader extends Object implements ResourceLoader
| Modifier and Type | Field and Description |
|---|---|
protected String |
endpointId |
protected FrameworkBean |
frameworkUtil |
protected String |
protocolId |
| Constructor and Description |
|---|
AbstractResourceLoader(String protocolId,
String endpointId,
FrameworkBean frameworkUtil)
Instantiates a new abstract resource loader
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpointId()
Gets the endpoint id.
|
String |
getProtocolId()
Gets the protocol id.
|
WebFrameworkServiceRegistry |
getServiceRegistry()
Gets the service registry.
|
void |
init()
Spring initialization method
|
void |
setServiceRegistry(WebFrameworkServiceRegistry serviceRegistry)
Sets the service registry.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadprotected String endpointId
protected String protocolId
protected FrameworkBean frameworkUtil
public AbstractResourceLoader(String protocolId, String endpointId, FrameworkBean frameworkUtil)
protocolId - the protocol idendpointId - the endpoint idpublic void setServiceRegistry(WebFrameworkServiceRegistry serviceRegistry)
serviceRegistry - the new service registrypublic WebFrameworkServiceRegistry getServiceRegistry()
public void init()
public String getEndpointId()
getEndpointId in interface ResourceLoaderpublic String getProtocolId()
getProtocolId in interface ResourceLoaderCopyright © 2005–2016 Alfresco Software. All rights reserved.