1 5 package com.opensymphony.webwork.views.jasperreports; 6 7 8 14 public interface JasperReportConstants { 15 17 20 public static final String FORMAT_PDF = "PDF"; 21 22 25 public static final String FORMAT_XML = "XML"; 26 27 30 public static final String FORMAT_HTML = "HTML"; 31 32 35 public static final String FORMAT_XLS = "XLS"; 36 37 40 public static final String FORMAT_CSV = "CSV"; 41 } 42 | Popular Tags |