be.fedict.eid.applet.service
Class VcardServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
be.fedict.eid.applet.service.VcardServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class VcardServlet
- extends HttpServlet
Servlet that outputs the eID identity data from the HTTP session to a
vCard 3.0
Can be used by address books
- Author:
- Bart Hanssens
- See Also:
http://www.ietf.org/rfc/rfc2426.txt
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VcardServlet
public VcardServlet()
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.