dori.jasper.engine
Class JRExporterParameter

java.lang.Object
  extended bydori.jasper.engine.JRExporterParameter
Direct Known Subclasses:
JRCsvExporterParameter, JRGraphics2DExporterParameter, JRHtmlExporterParameter, JRPdfExporterParameter, JRPrintServiceExporterParameter, JRXlsExporterParameter, JRXmlExporterParameter

public class JRExporterParameter
extends java.lang.Object


Field Summary
static JRExporterParameter CHARACTER_ENCODING
           
static JRExporterParameter END_PAGE_INDEX
           
static JRExporterParameter INPUT_FILE
           
static JRExporterParameter INPUT_FILE_NAME
           
static JRExporterParameter INPUT_STREAM
           
static JRExporterParameter INPUT_URL
           
static JRExporterParameter JASPER_PRINT
           
static JRExporterParameter OUTPUT_FILE
           
static JRExporterParameter OUTPUT_FILE_NAME
           
static JRExporterParameter OUTPUT_STREAM
           
static JRExporterParameter OUTPUT_STRING_BUFFER
           
static JRExporterParameter OUTPUT_WRITER
           
static JRExporterParameter PAGE_INDEX
           
static JRExporterParameter PROGRESS_MONITOR
           
static JRExporterParameter START_PAGE_INDEX
           
 
Constructor Summary
protected JRExporterParameter(java.lang.String name)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

JASPER_PRINT

public static final JRExporterParameter JASPER_PRINT

INPUT_STREAM

public static final JRExporterParameter INPUT_STREAM

INPUT_URL

public static final JRExporterParameter INPUT_URL

INPUT_FILE

public static final JRExporterParameter INPUT_FILE

INPUT_FILE_NAME

public static final JRExporterParameter INPUT_FILE_NAME

OUTPUT_STRING_BUFFER

public static final JRExporterParameter OUTPUT_STRING_BUFFER

OUTPUT_WRITER

public static final JRExporterParameter OUTPUT_WRITER

OUTPUT_STREAM

public static final JRExporterParameter OUTPUT_STREAM

OUTPUT_FILE

public static final JRExporterParameter OUTPUT_FILE

OUTPUT_FILE_NAME

public static final JRExporterParameter OUTPUT_FILE_NAME

PAGE_INDEX

public static final JRExporterParameter PAGE_INDEX

START_PAGE_INDEX

public static final JRExporterParameter START_PAGE_INDEX

END_PAGE_INDEX

public static final JRExporterParameter END_PAGE_INDEX

CHARACTER_ENCODING

public static final JRExporterParameter CHARACTER_ENCODING

PROGRESS_MONITOR

public static final JRExporterParameter PROGRESS_MONITOR
Constructor Detail

JRExporterParameter

protected JRExporterParameter(java.lang.String name)
Method Detail

toString

public java.lang.String toString()


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.