be.fedict.eid.applet.service
Class PdfServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PdfServlet
public PdfServlet()
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-2009 FedICT. All Rights Reserved.