be.fedict.eid.applet.service
Class PdfServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by be.fedict.eid.applet.service.PdfServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class PdfServlet
extends HttpServlet

Servlet that outputs the eID identity data from the HTTP session to a PDF. Can be used by web applications in case they want to print-out the identity information of a citizen.

Author:
Frank Cornelis
See Also:
Serialized Form

Constructor Summary
PdfServlet()
           
 
Method Summary
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void init(ServletConfig config)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfServlet

public PdfServlet()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Specified by:
init in interface Servlet
Overrides:
init in class GenericServlet
Throws:
ServletException

doGet

protected void doGet(HttpServletRequest request,
                     HttpServletResponse response)
              throws ServletException,
                     IOException
Overrides:
doGet in class HttpServlet
Throws:
ServletException
IOException


Copyright © 2008-2011 FedICT. All Rights Reserved.