public class CoreResourceLoader extends BaseWrappingResourceLoader
| Modifier and Type | Field and Description |
|---|---|
static QName |
NAME |
LOGEMBEDDED_CLIENT_APP_RESOURCE_LOADER, EMBEDDED_PLUGIN, KSB_CONFIGURER_CONTAINER_NAME, PLUGIN_REGISTRY_LOADER_NAME, RMI_PLUGIN, ROOT_RESOURCE_LOADER_NAME, WEB_SERVICE_PLUGIN| Constructor and Description |
|---|
CoreResourceLoader(ServiceLocator serviceLocator,
PluginRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject(ObjectDefinition objectDefinition)
Constructs an instance of the Object using the given ObjectDefinition classname.
|
PluginRegistry |
getRegistry() |
Object |
getService(QName serviceName)
Overrides the standard getService method to looks for the service in the plugin if it can't find it in the core.
|
protected boolean |
isRemoteService(QName serviceName)
Returns true if the given service name is one which should be loaded from the service bus.
|
protected boolean |
shouldWrapService(QName serviceName,
Object service) |
void |
stop() |
protected boolean |
useRemoteEmailServices() |
cacheService, getPackageNamesToFilter, postProcessObject, postProcessService, shouldCacheService, shouldWrapObject, startgetClassLoader, getContents, getServiceLocator, isPostProcessContainer, setClassLoader, setPostProcessContaineraddResourceLoader, addResourceLoaderFirst, containsResourceLoader, getName, getResourceLoader, getResourceLoaderNames, getResourceLoaders, removeAllResourceLoaders, removeResourceLoader, setName, toStringisStarted, setStartedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddResourceLoader, addResourceLoaderFirst, getName, getResourceLoader, getResourceLoaderNames, getResourceLoaders, removeResourceLoader, setNamepublic CoreResourceLoader(ServiceLocator serviceLocator, PluginRegistry registry)
public Object getService(QName serviceName)
getService in interface ServiceLocatorgetService in class BaseWrappingResourceLoaderpublic Object getObject(ObjectDefinition objectDefinition)
ObjectLoadergetObject in interface ObjectLoadergetObject in class BaseResourceLoaderprotected boolean shouldWrapService(QName serviceName, Object service)
shouldWrapService in class BaseWrappingResourceLoaderpublic void stop() throws Exception
stop in interface Lifecyclestop in class BaseResourceLoaderExceptionprotected boolean isRemoteService(QName serviceName)
protected boolean useRemoteEmailServices()
public PluginRegistry getRegistry()
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.