Class ParagraphList

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    @Service(javax.servlet.Servlet.class)
    @Property(name="sling.servlet.extensions",value={"html","json"}) @Property(name="sling.servlet.resourceTypes",value="cq:Page") @Property(name="sling.servlet.selectors",value="listParagraphs") @Property(name="sling.servlet.methods",value="GET")
    public class ParagraphList
    extends SlingSafeMethodsServlet
    Exports a list of paragraphs.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DEFAULT_LIMIT
      Default limit
      static java.lang.String LIMIT
      Result limit
      static java.lang.String QUERY
      Query clause
      static java.lang.String START
      Start index
    • Constructor Summary

      Constructors 
      Constructor Description
      ParagraphList()  
    • Method Summary

      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait