Class ItemList
java.lang.Object
org.apache.sling.cms.reference.models.ItemList
@Model(adaptables=org.apache.sling.api.SlingHttpServletRequest.class)
public class ItemList
extends Object
Model for retrieving a list of items from the Sling repository using a JCR
SQL2 query.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ItemList
-
-
Method Details
-
getCount
public int getCount() -
getCurrentPage
public int getCurrentPage() -
getEnd
public int getEnd() -
getPages
-
getQuery
-
getItems
-
getStart
public int getStart() -
isFirst
public boolean isFirst() -
isLast
public boolean isLast()
-