java.io.Serializable, java.lang.Cloneablepublic class ResourceLinkRef extends AbstractRef
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
DEFAULT_FACTORY |
Default factory for this reference.
|
static java.lang.String |
GLOBALNAME |
Description address type.
|
| Constructor | Description |
|---|---|
ResourceLinkRef(java.lang.String resourceClass,
java.lang.String globalName,
java.lang.String factory,
java.lang.String factoryLocation) |
ResourceLink Reference.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.String |
getDefaultFactoryClassName() |
getFactoryClassName, toStringpublic static final java.lang.String DEFAULT_FACTORY
public static final java.lang.String GLOBALNAME
public ResourceLinkRef(java.lang.String resourceClass,
java.lang.String globalName,
java.lang.String factory,
java.lang.String factoryLocation)
resourceClass - Resource classglobalName - Global namefactory - The possibly null class name of the object's factory.factoryLocation - The possibly null location from which to load the
factory (e.g. URL)protected java.lang.String getDefaultFactoryClassName()
getDefaultFactoryClassName in class AbstractRefCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.