Class FeedRendererServlet

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Field Detail

      • ATTR_NO_INCLUDE

        public static final java.lang.String ATTR_NO_INCLUDE
        Request attribute to use if whole feed should be rendered regardless of any other request attribute.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FeedRendererServlet

        public FeedRendererServlet()