Package rife.cmf.loader


package rife.cmf.loader
Provides classes and interfaces that delegate the loading of raw content data to back-end libraries.
Since:
1.0
  • Class
    Description
    ContentLoader<InternalType>
    This is an abstract class that needs to be extended by all the classes that are able to load raw data and converted it to a common internal type.
    ContentLoaderBackend<InternalType>
    This is an interface that should be implemented by all content loader back-ends.
    Loads raw content as image data.
    This is an abstract class that should be implemented by all image content loader back-ends.
    LoadedContent<InternalType>
    This holds the content that was loaded by a content loader backend and also tracks the original mime type of the provided data.
    Loads raw content as xhtml data.
    This is an abstract class that should be implemented by all xhtml content loader back-ends.