com.jfw.pdf
Class PdfCreator

java.lang.Object
  extended by com.jfw.pdf.PdfCreator
Direct Known Subclasses:
Html2Pdf, Jsp2Pdf, Pdf2Pdf

public abstract class PdfCreator
extends java.lang.Object

Estesa dalle classi che creano un pdf a partire da una jsp o una stringa in html.


Constructor Summary
PdfCreator()
           
 
Method Summary
abstract  void create()
           
abstract  java.lang.Object get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfCreator

public PdfCreator()
Method Detail

create

public abstract void create()
                     throws java.lang.Exception
Throws:
java.lang.Exception

get

public abstract java.lang.Object get()
                              throws java.lang.Exception
Throws:
java.lang.Exception