Package org.appng.api

Interface DataProvider


  • public interface DataProvider
    An DataProvider usually retrieves some data from the persistence layer and returns it as a DataContainer. The implementing class needs to be defined in the application's beans.xml. This bean is then being referenced within an Action or a SectionelementDef using a DatasourceRef.

    Author:
    Matthias Müller