public class XMLExporter extends Exporter
Exporter.ColumnType
Constructor and Description |
---|
XMLExporter() |
Modifier and Type | Method and Description |
---|---|
protected void |
addColumnValue(Writer writer,
List<javax.faces.component.UIComponent> components,
String tag) |
protected void |
configureResponse(javax.faces.context.ExternalContext externalContext,
String filename) |
void |
export(javax.faces.context.FacesContext context,
DataTable table,
String filename,
boolean pageOnly,
boolean selectionOnly,
String encodingType,
javax.el.MethodExpression preProcessor,
javax.el.MethodExpression postProcessor) |
protected void |
exportCells(DataTable table,
Object document) |
protected String |
getColumnTag(UIColumn column) |
protected void |
postRowExport(DataTable table,
Object document) |
protected void |
preRowExport(DataTable table,
Object document) |
exportAll, exportPageOnly, exportRow, exportSelectionOnly, exportValue, getColumnsToExport, hasColumnFooter
public void export(javax.faces.context.FacesContext context, DataTable table, String filename, boolean pageOnly, boolean selectionOnly, String encodingType, javax.el.MethodExpression preProcessor, javax.el.MethodExpression postProcessor) throws IOException
export
in class Exporter
IOException
protected void preRowExport(DataTable table, Object document)
preRowExport
in class Exporter
protected void postRowExport(DataTable table, Object document)
postRowExport
in class Exporter
protected void exportCells(DataTable table, Object document)
exportCells
in class Exporter
protected void addColumnValue(Writer writer, List<javax.faces.component.UIComponent> components, String tag) throws IOException
IOException
protected void configureResponse(javax.faces.context.ExternalContext externalContext, String filename)
Copyright © 2015. All rights reserved.