Package org.exoplatform.commons.utils
Class StatelessPageList<E>
java.lang.Object
org.exoplatform.commons.utils.PageList<E>
org.exoplatform.commons.utils.AbstractSerializablePageList<E>
org.exoplatform.commons.utils.StatelessPageList<E>
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SerializablePageList
public abstract class StatelessPageList<E>
extends AbstractSerializablePageList<E>
implements Serializable
- Version:
- $Revision$
- Author:
- Julien Viet
- See Also:
-
Field Summary
Fields inherited from class org.exoplatform.commons.utils.PageList
available_, availablePage_, currentListPage_, currentPage_, EMPTY_LIST -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.exoplatform.commons.utils.AbstractSerializablePageList
checkAndSetPage, currentPage, getAll, getAvailable, getAvailablePage, getCurrentPage, getFrom, getPage, getPageSize, getTo, populateCurrentPage, readState, setAvailablePage, setPageSize, writeState
-
Constructor Details
-
StatelessPageList
protected StatelessPageList(int pageSize)
-
-
Method Details
-
connect
- Specified by:
connectin classAbstractSerializablePageList<E>- Throws:
Exception
-