at.ac.tuwien.vitalab.hrcrm.pdf.name
Class NamesPdfView<T>

java.lang.Object
  extended by AbstractPdfView
      extended by at.ac.tuwien.vitalab.hrcrm.pdf.name.NamesPdfView<T>

public class NamesPdfView<T>
extends AbstractPdfView


Constructor Summary
NamesPdfView()
           
 
Method Summary
protected  void buildPdfDocument(java.util.Map model, Document document, PdfWriter writer, HttpServletRequest request, HttpServletResponse response)
           
protected  void buildPdfMetadata(java.util.Map model, Document document, HttpServletRequest request)
          
 void setNameAdaptor(NameAdaptor<T> nameAdaptor)
          Write access to private field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamesPdfView

public NamesPdfView()
Method Detail

buildPdfDocument

protected void buildPdfDocument(java.util.Map model,
                                Document document,
                                PdfWriter writer,
                                HttpServletRequest request,
                                HttpServletResponse response)
                         throws java.lang.Exception
Throws:
java.lang.Exception

buildPdfMetadata

protected void buildPdfMetadata(java.util.Map model,
                                Document document,
                                HttpServletRequest request)


setNameAdaptor

public void setNameAdaptor(NameAdaptor<T> nameAdaptor)
Write access to private field.

Parameters:
nameAdaptor - The nameAdaptor to set.


Copyright © 2008 null. All Rights Reserved.