| java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet com.knowgate.http.HttpVCardServlet
HttpVCardServlet | public class HttpVCardServlet extends HttpServlet (Code) | | Get RFC 2426 vCard from Fellow or Contact
author: Sergio Montoro ten version: 2.1 |
Method Summary | |
public void | doGet(HttpServletRequest request, HttpServletResponse response) | public void | init() Initialize Servlet Parameters
Take Database Driver, Conenction URL and User from /WEB-INF/web.xml.
If any parameter is not found then look it up at hipergate.cnf Properties
file using Environment singleton. |
init | public void init() throws ServletException(Code) | | Initialize Servlet Parameters
Take Database Driver, Conenction URL and User from /WEB-INF/web.xml.
If any parameter is not found then look it up at hipergate.cnf Properties
file using Environment singleton.
throws: ServletException - throws: UnavailableException - If jdbcDriverClassName parameter is not foundand driver property at hipergate.cnf is not found or if jdbcURL parameteris not found and dburl property at hipergate.cnf is not found. See Also: com.knowgate.misc.Environment |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|