Package com.webmethods.caf.faces.data.export

Provides content providers for exporting data from an action.

See:
          Description

Interface Summary
ExportActionHelper.IExportFileHandler  
 

Class Summary
AtomEntriesExportProvider Provider, specialized for atom data, which limits a wrapped table content-provider to exposing a specified set of properties; these properties are specified via binding expressions.
AtomEntriesTableExportProvider Adapts a UIData component to an ITableContentProvider, specialized for exporting as atom (syndication feed) entries.
AtomExportBean Writes the content of an ITableContentProvider as an atom feed.
AtomFeedExportProvider Provider, specialized for atom data, which limits a wrapped provider to exposing a specified set of properties; the properties are specified via binding expressions.
AtomFeedTableExportProvider Adapts a UIData component to an IContentProvider, specialized for exporting as atom (syndication feed) entries.
CSVExportBean Writes the content of an ITableContentProvider as a csv file.
CSVExportProvider Provider, specialized for CSV data, which limits a wrapped table content-provider to exposing a specified set of properties; these properties are specified via binding expressions.
CSVTableExportProvider Adapts a UIData component to an ITableContentProvider, specialized for exporting as CSV (comma-separated values).
DataTableExportProvider Adapts a UIData component to an ITableContentProvider, which can be used to export the table's content (for example, as the content provider for a CSVExportBean).
ExportActionHelper Helper utils for export actions.
PageableExportProvider Pageable and sortable provider which limits a wrapped table content-provider to exposing a specified set of properties; these properties are specified via binding expressions.
PortletExportActionHelper  
 

Package com.webmethods.caf.faces.data.export Description

Provides content providers for exporting data from an action.