org.eclipse.higgins.rpps.core.rss
Class RssServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.eclipse.higgins.rpps.core.rss.RssServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class RssServlet
extends javax.servlet.http.HttpServlet

Returns the requested RSS feed with completed site verified attributes.

Version:
Author:
Sergei Yakovlev
See Also:
Serialized Form

Constructor Summary
RssServlet()
           
 
Method Summary
static String getRssDir()
          Gets the local directory where rss feeds are stored.
 String getServletInfo()
          Returns a short description of the servlet.
 void init(javax.servlet.ServletConfig config)
          Initializes the servlet.
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RssServlet

public RssServlet()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Initializes the servlet.

Throws:
javax.servlet.ServletException

getServletInfo

public String getServletInfo()
Returns a short description of the servlet.


getRssDir

public static String getRssDir()
Gets the local directory where rss feeds are stored.