Class PageListAccess<E,S>

java.lang.Object
org.exoplatform.commons.utils.PageList<E>
org.exoplatform.commons.utils.AbstractSerializablePageList<E>
org.exoplatform.commons.utils.PageListAccess<E,S>
All Implemented Interfaces:
Serializable

public abstract class PageListAccess<E,S> extends AbstractSerializablePageList<E> implements Serializable
Version:
$Revision$
Author:
Julien Viet
See Also:
  • Constructor Details

    • PageListAccess

      protected PageListAccess(S state, int pageSize)
  • Method Details