public class AbstractReplicableListServlet extends AbstractListServlet
AbstractReplicableListServlet provides base functionality
such as sorting and paging for servlets that feed Ext grids (like in the
SiteAdmin) with JSON. In contrast to AbstractListServlet
sorting by ReplicationStatus is supported.
Normally, the list of children of the addressed resource are returned.
Alternatively, the paging index of an item can be requested.| Modifier and Type | Class and Description |
|---|---|
static interface |
AbstractReplicableListServlet.ListItem |
class |
AbstractReplicableListServlet.ListItemComparator |
| Modifier and Type | Field and Description |
|---|---|
static String |
SORT_REPLICATION
Value of the sort paramter to indicate to sort the results by
replication date.
|
PAGE_INDEX, PAGE_LIMIT, PAGE_START, PATH, PROP, SORT_ASCENDING, SORT_DESCENDING, SORT_DIR, SORT_KEY, TIDYFILTER_PARAM, PATH_PARAM, PREDICATE_PARAM| Constructor and Description |
|---|
AbstractReplicableListServlet() |
getPredicategetServletInfo, servicepublic static final String SORT_REPLICATION
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"