Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
ContentFromDataSource.py File Reference

This file extends AContentProvider to allow content to be retrieved from a data source. More...

Classes

class  Library.UI.ContentFromDataSource.ADataSourceContentProvider
 A content provider that retrieves content from a data source. More...
 

Variables

string Library.UI.ContentFromDataSource.dcpNoDataSource = "failed to fetch content using {} because no data source "
 The error message used when no data source is provided.
 
string Library.UI.ContentFromDataSource.dcpNoCategory = "failed to fetch content from {} because no category name "
 The error message used when no category name is provided.
 
string Library.UI.ContentFromDataSource.dcpDataSourceError = "failed to fetch content from \"{}\" in {} because: {}"
 The error message used when the data source raises an exception.
 

Detailed Description

This file extends AContentProvider to allow content to be retrieved from a data source.