org.kuali.rice.core.api.resourceloader
Interface ResourceLoader
- All Superinterfaces: 
- Lifecycle, ObjectLoader, ServiceLocator
- All Known Subinterfaces: 
- PluginRegistry
- All Known Implementing Classes: 
- BasePluginRegistry, BaseResourceLoader, BaseWrappingResourceLoader, BeanFactoryResourceLoader, CoreResourceLoader, Plugin, ResourceLoaderContainer, ServerPluginRegistry, ServiceBusResourceLoader, SpringBeanFactoryResourceLoader, SpringResourceLoader
- public interface ResourceLoader 
- extends ObjectLoader, ServiceLocator, Lifecycle
A general purpose resource loader which fetches objects and services from the
 approriate source.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
 
 
 
KSB_CONFIGURER_CONTAINER_NAME
static final String KSB_CONFIGURER_CONTAINER_NAME
- See Also:
- Constant Field Values
ROOT_RESOURCE_LOADER_NAME
static final String ROOT_RESOURCE_LOADER_NAME
- See Also:
- Constant Field Values
PLUGIN_REGISTRY_LOADER_NAME
static final String PLUGIN_REGISTRY_LOADER_NAME
- See Also:
- Constant Field Values
EMBEDDED_PLUGIN
static final String EMBEDDED_PLUGIN
- See Also:
- Constant Field Values
WEB_SERVICE_PLUGIN
static final String WEB_SERVICE_PLUGIN
- See Also:
- Constant Field Values
RMI_PLUGIN
static final String RMI_PLUGIN
- See Also:
- Constant Field Values
EMBEDDED_CLIENT_APP_RESOURCE_LOADER
static final String EMBEDDED_CLIENT_APP_RESOURCE_LOADER
- See Also:
- Constant Field Values
addResourceLoader
void addResourceLoader(ResourceLoader resourceLoader)
- 
 
- 
 
addResourceLoaderFirst
void addResourceLoaderFirst(ResourceLoader resourceLoader)
- 
 
- 
 
getResourceLoader
ResourceLoader getResourceLoader(QName name)
- 
 
- 
 
getResourceLoaderNames
List<QName> getResourceLoaderNames()
- 
 
- 
 
getResourceLoaders
List<ResourceLoader> getResourceLoaders()
- 
 
- 
 
removeResourceLoader
void removeResourceLoader(QName name)
- 
 
- 
 
setName
void setName(QName name)
- 
 
- 
 
getName
QName getName()
- 
 
- 
 
getContents
String getContents(String indent,
                   boolean servicePerLine)
- 
- Specified by:
- getContentsin interface- ServiceLocator
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.