| javax.servlet.http.HttpServlet org.blojsom.extension.comment.CommentAPIServlet
CommentAPIServlet | public class CommentAPIServlet extends HttpServlet (Code) | | blojsom Comment API Implementation
Comment API specification.
For more information on the <item/> fragment and its content, check the RSS 2.0 specification.
author: David Czarnecki author: Mark Lussier since: blojsom 3.0 version: $Id: CommentAPIServlet.java,v 1.4 2007/01/17 02:35:07 czarneckid Exp $ |
CommentAPIServlet | public CommentAPIServlet()(Code) | | Default constructor
|
destroy | public void destroy()(Code) | | Called when removing the servlet from the servlet container
|
init | public void init(ServletConfig servletConfig) throws ServletException(Code) | | Initialize the blojsom Comment API servlet
Parameters: servletConfig - Servlet configuration information throws: ServletException - If there is an error initializing the servlet |
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)
|
|
|