Class RssNewsFeed

All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class RssNewsFeed
extends HttpServlet
A servlet that generates a RSS feed from the public news on the BASE server.
Since:
2.17
Author:
nicklas
See Also:
Serialized Form
Last modified
$Date $
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
      Constant Field Values
    • lastUpdate

      private static long lastUpdate
    • lastReset

      private static Date lastReset
    • enabled

      private static boolean enabled
    • host

      private String host
    • contextPath

      private String contextPath
    • utf8

      private Charset utf8
    • sc

      private SessionControl sc
    • cachedRssNews

      private byte[] cachedRssNews
  • Constructor Details

    • RssNewsFeed

      public RssNewsFeed()
  • Method Details