Class ParagraphServlet

All Implemented Interfaces:
Serializable, Servlet, ServletConfig

@Service(Servlet.class) @Property(name="sling.servlet.extensions",value="json") @Property(name="sling.servlet.selectors",value="paragraphs") @Property(name="sling.servlet.resourceTypes",value="sling/servlet/default") @Property(name="sling.servlet.methods",value="GET") public class ParagraphServlet extends SlingSafeMethodsServlet
Exports information about the paragraphs of the addressed page resource.
See Also:
  • Constructor Details

    • ParagraphServlet

      public ParagraphServlet()