Package net.sf.jameleon.data

Interface Summary
DataDrivable The class that needs to be data-driven should implement this interface.
DataDriver This interface is used to implement different ways to get data from a source.
 

Class Summary
AbstractDataDrivableTag This is a basic implementation of DataDrivable.
AbstractFileDrivableTag This DataDrivable implementation is for file based data sources.
CollectionDataDriver This DataDriver is used to iterator over a Collection of Objects.
CsvDataDriver Am implementation of @{link DataDriver} for CSV Files.
DataExecuter Ties DataDriver and DataDrivable together.
IterateTag Iterates over all nested tags one time per object in a Collection.
SqlDataDriver Am implementation of @{link DataDriver} for SQL.
SqlTag Used to iterate over all tags it is surrounding one time per row in a SQL ResultSet.
 



Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.