net.sf.jasperreports.jsf.engine.export
Class RtfExporter
java.lang.Object
net.sf.jasperreports.jsf.engine.export.ExporterBase
net.sf.jasperreports.jsf.engine.export.RtfExporter
- All Implemented Interfaces:
- Exporter
public final class RtfExporter
- extends ExporterBase
Exporter implementation which generates a RTF report.
- Author:
- A. Alonso Dominguez
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTENT_TYPE
public static final ContentType CONTENT_TYPE
- Report content type.
RtfExporter
public RtfExporter()
getContentTypes
public Collection<ContentType> getContentTypes()
- Obtains the exporter content type.
- Returns:
- the exporter content type.
createJRExporter
protected net.sf.jasperreports.engine.JRExporter createJRExporter(javax.faces.context.FacesContext context,
UIReport component)
- Description copied from class:
ExporterBase
- Creates the jr exporter.
- Specified by:
createJRExporter
in class ExporterBase
- Parameters:
context
- the faces' contextcomponent
- the report component
- Returns:
- the jR exporter
Copyright © 2011 SourceForge.net. All Rights Reserved.