|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.displaytag.export.DefaultItextExportView
org.displaytag.export.DefaultPdfExportView
public class DefaultPdfExportView
PDF exporter using iText.
| Constructor Summary | |
|---|---|
DefaultPdfExportView()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getMimeType()
MimeType to return. |
protected void |
initItextWriter(com.lowagie.text.Document document,
java.io.OutputStream out)
Initializes the PDF writer this export view uses to write the table document. |
| Methods inherited from class org.displaytag.export.DefaultItextExportView |
|---|
doExport, setParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultPdfExportView()
| Method Detail |
|---|
public java.lang.String getMimeType()
ExportView
getMimeType in interface ExportViewgetMimeType in class DefaultItextExportViewExportView.getMimeType()
protected void initItextWriter(com.lowagie.text.Document document,
java.io.OutputStream out)
throws com.lowagie.text.DocumentException
initItextWriter in class DefaultItextExportViewdocument - The iText document to be written.out - The output stream to which the document is written.
com.lowagie.text.DocumentException - If something goes wrong during initialization.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||