org.kuali.rice.core.api.resourceloader
Interface ObjectLoader

All Known Subinterfaces:
PluginRegistry, RemoteResourceServiceLocator, ResourceLoader
All Known Implementing Classes:
BasePluginRegistry, BaseResourceLoader, BaseWrappingResourceLoader, BeanFactoryResourceLoader, CoreResourceLoader, Plugin, RemoteResourceServiceLocatorImpl, ResourceLoaderContainer, ServerPluginRegistry, SpringBeanFactoryResourceLoader, SpringResourceLoader, ThinClientResourceLoader

public interface ObjectLoader

Loads and constructs instances of Objects from the given ObjectDefinition.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
ObjectDefinition

Method Summary
<T> T
getObject(ObjectDefinition definition)
          Constructs an instance of the Object using the given ObjectDefinition classname.
 

Method Detail

getObject

<T> T getObject(ObjectDefinition definition)
Constructs an instance of the Object using the given ObjectDefinition classname.



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.