Interface ElementLoader

All Superinterfaces:
ElementStandardBeanProperties
All Known Implementing Classes:
DefaultSharedElementLoader, ElementLoader.Default, GuiceElementLoader

public interface ElementLoader extends ElementStandardBeanProperties
Interface for loading SDK Elements. Implementations of this amy implement the following Java bean properties, which will be injected by the ElementLoaderFactory instance using the bean property "elementRecord". Note, ElementLoader instances are meant to be one-time use. Once load() or related methods are called then subsequent calls are undefined.