it.eng.spagobi.engines.jasperreport
Class ExporterFactory

java.lang.Object
  extended by it.eng.spagobi.engines.jasperreport.ExporterFactory

Deprecated.

public class ExporterFactory
extends java.lang.Object


Constructor Summary
ExporterFactory()
          Deprecated.  
 
Method Summary
static java.lang.String getDefaultType()
          Deprecated. Gets the default type.
static net.sf.jasperreports.engine.JRExporter getExporter(java.lang.String format)
          Deprecated. Gets the exporter.
static java.lang.String getMIMEType(java.lang.String format)
          Deprecated. Gets the mIME type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExporterFactory

public ExporterFactory()
Deprecated. 
Method Detail

getExporter

public static net.sf.jasperreports.engine.JRExporter getExporter(java.lang.String format)
Deprecated. 
Gets the exporter.

Parameters:
format - the format
Returns:
the exporter

getMIMEType

public static java.lang.String getMIMEType(java.lang.String format)
Deprecated. 
Gets the mIME type.

Parameters:
format - the format
Returns:
the mIME type

getDefaultType

public static java.lang.String getDefaultType()
Deprecated. 
Gets the default type.

Returns:
the default type