public class FormatInfoRegistry extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EXPORTER_CLASS_CSV |
static String |
EXPORTER_CLASS_HTML |
static String |
EXPORTER_CLASS_PDF |
static String |
EXPORTER_CLASS_RTF |
static String |
EXPORTER_CLASS_XLS |
static String |
EXPORTER_CLASS_XML |
Constructor and Description |
---|
FormatInfoRegistry() |
Modifier and Type | Method and Description |
---|---|
String |
getContentType(String _format) |
net.sf.jasperreports.engine.JRExporter |
getExporter(String _format) |
static FormatInfoRegistry |
getInstance() |
LayoutManager |
getLayoutManager(String _format) |
public static final String EXPORTER_CLASS_XLS
public static final String EXPORTER_CLASS_CSV
public static final String EXPORTER_CLASS_HTML
public static final String EXPORTER_CLASS_PDF
public static final String EXPORTER_CLASS_XML
public static final String EXPORTER_CLASS_RTF
public net.sf.jasperreports.engine.JRExporter getExporter(String _format)
public LayoutManager getLayoutManager(String _format)
public static FormatInfoRegistry getInstance()
Copyright © 2006–2015 FDV Solutions. All rights reserved.