Class AbstractReplicableListServlet

All Implemented Interfaces:
Serializable, Servlet, ServletConfig

@Deprecated public class AbstractReplicableListServlet extends AbstractListServlet
Deprecated.
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:
  • Field Details

    • SORT_REPLICATION

      public static final String SORT_REPLICATION
      Deprecated.
      Value of the sort paramter to indicate to sort the results by replication date.
      See Also:
  • Constructor Details

    • AbstractReplicableListServlet

      public AbstractReplicableListServlet()
      Deprecated.