com.day.cq.wcm.foundation
Class List
java.lang.Object
com.day.cq.wcm.foundation.List
public class List
- extends Object
Creates a list from a resource for use in the list component.
|
Nested Class Summary |
class |
List.Item
A list item. |
|
Constructor Summary |
List(org.apache.sling.api.SlingHttpServletRequest request)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static final org.slf4j.Logger log
URL_EXTENSION
public static final String URL_EXTENSION
- See Also:
- Constant Field Values
QUERY_PROPERTY_NAME
public static final String QUERY_PROPERTY_NAME
- See Also:
- Constant Field Values
SEARCH_IN_PROPERTY_NAME
public static final String SEARCH_IN_PROPERTY_NAME
- See Also:
- Constant Field Values
LIMIT_PROPERTY_NAME
public static final String LIMIT_PROPERTY_NAME
- See Also:
- Constant Field Values
ORDERED_PROPERTY_NAME
public static final String ORDERED_PROPERTY_NAME
- See Also:
- Constant Field Values
List
public List(org.apache.sling.api.SlingHttpServletRequest request)
getItems
public List<List.Item> getItems(String searchQuery)
getItems
public List<List.Item> getItems()
isOrdered
public boolean isOrdered()
Copyright © 2008 Day Management AG. All Rights Reserved.