Package com.webmethods.caf.faces.data.export
package com.webmethods.caf.faces.data.export
Provides content providers for exporting data from an action.
-
ClassDescriptionProvider, 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.Adapts a
UIData
component to anITableContentProvider
, specialized for exporting as atom (syndication feed) entries.Writes the content of anITableContentProvider
as an atom feed.Provider, specialized for atom data, which limits a wrapped provider to exposing a specified set of properties; the properties are specified via binding expressions.Adapts aUIData
component to anIContentProvider
, specialized for exporting as atom (syndication feed) entries.Writes the content of anITableContentProvider
as a csv file.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.Adapts aUIData
component to anITableContentProvider
, specialized for exporting as CSV (comma-separated values).Adapts aUIData
component to anITableContentProvider
, which can be used to export the table's content (for example, as the content provider for aCSVExportBean
).Helper utils for export actions.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.