public class ResourceLinkRef extends AbstractRef
| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULT_FACTORYDefault factory for this reference. | 
| static String | GLOBALNAMEDescription address type. | 
addrs, classFactory, classFactoryLocation, className| Constructor and Description | 
|---|
| ResourceLinkRef(String resourceClass,
               String globalName)ResourceLink Reference. | 
| ResourceLinkRef(String resourceClass,
               String globalName,
               String factory,
               String factoryLocation)ResourceLink Reference. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | getDefaultFactoryClassName() | 
getFactoryClassName, toStringpublic static final String DEFAULT_FACTORY
public static final String GLOBALNAME
public ResourceLinkRef(String resourceClass, String globalName)
resourceClass - Resource classglobalName - Global namepublic ResourceLinkRef(String resourceClass, String globalName, String factory, 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 String getDefaultFactoryClassName()
getDefaultFactoryClassName in class AbstractRefCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.