net.sf.jasperreports.jsf.engine.export
Class HtmlExporter

java.lang.Object
  extended by net.sf.jasperreports.jsf.engine.export.ExporterBase
      extended by net.sf.jasperreports.jsf.engine.export.HtmlExporter
All Implemented Interfaces:
Exporter

public final class HtmlExporter
extends ExporterBase

Exporter implementation which generates a HTML report.

Author:
A. Alonso Dominguez

Field Summary
static String ATTR_HTML_FOOTER
          The Constant ATTR_HTML_FOOTER.
static String ATTR_HTML_HEADER
          The Constant ATTR_HTML_HEADER.
static String ATTR_IMAGES_DIR
          The Constant ATTR_IMAGES_DIR.
static String ATTR_IMAGES_DIR_NAME
          The Constant ATTR_IMAGES_DIR_NAME.
static String ATTR_IMAGES_URI
          The Constant ATTR_IMAGES_URI.
static ContentType CONTENT_TYPE
          Content type for this exporter type.
 
Fields inherited from class net.sf.jasperreports.jsf.engine.export.ExporterBase
ATTR_CHARACTER_ENCODING, ATTR_END_PAGE_INDEX, ATTR_FILTER, ATTR_IGNORE_PAGE_MARGINS, ATTR_OFFSET_X, ATTR_OFFSET_Y, ATTR_PAGE_INDEX, ATTR_START_PAGE_INDEX
 
Constructor Summary
HtmlExporter()
           
 
Method Summary
protected  net.sf.jasperreports.engine.JRExporter createJRExporter(javax.faces.context.FacesContext context, UIReport component)
          Creates the jr exporter.
 Collection<ContentType> getContentTypes()
          Content type of the output generated by this exporter.
 
Methods inherited from class net.sf.jasperreports.jsf.engine.export.ExporterBase
export, setParameterUsingAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_TYPE

public static final ContentType CONTENT_TYPE
Content type for this exporter type.


ATTR_HTML_HEADER

public static final String ATTR_HTML_HEADER
The Constant ATTR_HTML_HEADER.

See Also:
Constant Field Values

ATTR_HTML_FOOTER

public static final String ATTR_HTML_FOOTER
The Constant ATTR_HTML_FOOTER.

See Also:
Constant Field Values

ATTR_IMAGES_DIR

public static final String ATTR_IMAGES_DIR
The Constant ATTR_IMAGES_DIR.

See Also:
Constant Field Values

ATTR_IMAGES_DIR_NAME

public static final String ATTR_IMAGES_DIR_NAME
The Constant ATTR_IMAGES_DIR_NAME.

See Also:
Constant Field Values

ATTR_IMAGES_URI

public static final String ATTR_IMAGES_URI
The Constant ATTR_IMAGES_URI.

See Also:
Constant Field Values
Constructor Detail

HtmlExporter

public HtmlExporter()
Method Detail

getContentTypes

public Collection<ContentType> getContentTypes()
Description copied from interface: Exporter
Content type of the output generated by this exporter.

Returns:
the exporter's content type.
See Also:
Exporter.getContentTypes()

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' context
component - the report component
Returns:
the jR exporter


Copyright © 2011 SourceForge.net. All Rights Reserved.