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 $
PDFPresentation
public PDFPresentation()
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