Class FeedRendererServlet

All Implemented Interfaces:
Serializable, Servlet, ServletConfig

@SlingServlet(extensions="xml", selectors={"feed","feedentry"}, resourceTypes="sling/servlet/default", metatype=false, generateService=true) public class FeedRendererServlet extends SlingSafeMethodsServlet
The FeedRendererServlet renders the current resource as an Atom or RSS feed, depending on the value of the second selector. If no second selector is passed, it defaults to Atom.
See Also:
  • Field Details

    • ATTR_NO_INCLUDE

      public static final String ATTR_NO_INCLUDE
      Request attribute to use if whole feed should be rendered regardless of any other request attribute.
      See Also:
  • Constructor Details

    • FeedRendererServlet

      public FeedRendererServlet()