Class AbstractReplicableListServlet

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

    public class AbstractReplicableListServlet
    extends AbstractListServlet
    The 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.
    See Also:
    Serialized Form
    • Field Detail

      • SORT_REPLICATION

        public static final java.lang.String SORT_REPLICATION
        Value of the sort paramter to indicate to sort the results by replication date.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractReplicableListServlet

        public AbstractReplicableListServlet()