com.opensymphony.webwork.views.jasperreports
Interface JasperReportConstants

All Known Implementing Classes:
JasperReportsResult

public interface JasperReportConstants

JasperReportConstants

Version:
$Id: JasperReportConstants.java,v 1.3 2004/06/18 19:30:00 plightbo Exp $
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_XLS
          XLS format constant
static String FORMAT_XML
          XML format constant
 

Field Detail

FORMAT_PDF

public static final String FORMAT_PDF
PDF format constant

See Also:
Constant Field Values

FORMAT_XML

public static final String FORMAT_XML
XML format constant

See Also:
Constant Field Values

FORMAT_HTML

public static final String FORMAT_HTML
HTML format constant

See Also:
Constant Field Values

FORMAT_XLS

public static final String FORMAT_XLS
XLS format constant

See Also:
Constant Field Values

FORMAT_CSV

public static final String FORMAT_CSV
CSV format constant

See Also:
Constant Field Values

WebWork Project Page