com.opensymphony.webwork.views.jasperreports
Interface JasperReportConstants

All Known Implementing Classes:
JasperReportsResult

public interface JasperReportConstants

JasperReportConstants

Version:
$Id: JasperReportConstants.java 2824 2007-02-03 05:24:09Z tschneider22 $
Author:
Rainer Hermanns

Field Summary
static String FORMAT_CSV
          CSV format constant
static String FORMAT_HTML
          HTML format constant
static String FORMAT_PDF
          PDF format constant
static String FORMAT_RTF
          RTF format constant
static String FORMAT_XLS
          XLS format constant
static String FORMAT_XML
          XML format constant
 

Field Detail

FORMAT_PDF

static final String FORMAT_PDF
PDF format constant

See Also:
Constant Field Values

FORMAT_XML

static final String FORMAT_XML
XML format constant

See Also:
Constant Field Values

FORMAT_HTML

static final String FORMAT_HTML
HTML format constant

See Also:
Constant Field Values

FORMAT_XLS

static final String FORMAT_XLS
XLS format constant

See Also:
Constant Field Values

FORMAT_CSV

static final String FORMAT_CSV
CSV format constant

See Also:
Constant Field Values

FORMAT_RTF

static final String FORMAT_RTF
RTF format constant

See Also:
Constant Field Values

WebWork Project Page