PSE 2000 Group 4

jobmatch.presentation
Class PDFPresentation

jobmatch.presentation.DocumentPresentation
  |
  +--jobmatch.presentation.PDFPresentation
Direct Known Subclasses:
CurriculumVitae

public abstract class PDFPresentation
extends DocumentPresentation

Superclass for PDF Presentations

Since:
May 31 2000
Version:
$Revision: 1.1 $

Constructor Summary
PDFPresentation()
           
 
Method Summary
protected abstract  void formatDocument(jobmatch.presentation.HttpPresentationComms comms, jobmatch.presentation.Document document)
           
protected  String getMimeType()
           
protected  String getSubject()
           
protected  void setUpDocumentListeners(OutputStream os, jobmatch.presentation.Document document)
           
 
Methods inherited from class jobmatch.presentation.DocumentPresentation
createDocument, getInitalBufferSize, run, setMetaInformation
 

Constructor Detail

PDFPresentation

public PDFPresentation()
Method Detail

getMimeType

protected String getMimeType()
Overrides:
getMimeType in class DocumentPresentation

getSubject

protected String getSubject()
Overrides:
getSubject in class DocumentPresentation

setUpDocumentListeners

protected void setUpDocumentListeners(OutputStream os,
                                      jobmatch.presentation.Document document)
                               throws jobmatch.presentation.DocumentException,
                                      jobmatch.presentation.HttpPresentationException
Overrides:
setUpDocumentListeners in class DocumentPresentation

formatDocument

protected abstract void formatDocument(jobmatch.presentation.HttpPresentationComms comms,
                                       jobmatch.presentation.Document document)
                                throws jobmatch.presentation.DocumentException,
                                       jobmatch.presentation.HttpPresentationException
Overrides:
formatDocument in class DocumentPresentation

PSE 2000 Group 4