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 java.lang.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, TIDY
FILTER_PARAM, PATH_PARAM, PREDICATE_PARAM
Constructor and Description |
---|
AbstractReplicableListServlet() |
getPredicate
getServletInfo, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log
public static final java.lang.String SORT_REPLICATION
Copyright © 2010 - 2020 Adobe. All Rights Reserved