Class AbstractClassLoadingRuntimeRepository

All Implemented Interfaces:
IRuntimeRepository
Direct Known Subclasses:
ClassloaderRuntimeRepository, DetachedContentRuntimeRepository

public abstract class AbstractClassLoadingRuntimeRepository extends AbstractTocBasedRuntimeRepository
An abstract repository that handles the common stuff between the AbstractTocBasedRuntimeRepository and the concrete runtime repositories. This abstract layer is responsible for loading the classes and instantiates the objects. The content of the objects - the concrete data - is provided by the concrete implementation.
Author:
dirmeier