com.bea.content.paging
Class PagedListFactory<T>

java.lang.Object
  extended by com.bea.content.paging.PagedListFactory<T>

public class PagedListFactory<T>
extends Object

supports creating a ISortableFilterablePagedList from a List


Constructor Summary
PagedListFactory()
           
 
Method Summary
 ISortableFilterablePagedList<T> createPagedList(ContentContext context, Class<?> itemClass, List<T> itemList)
          create an ISortableFilterablePagedList from a List
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagedListFactory

public PagedListFactory()
Method Detail

createPagedList

public ISortableFilterablePagedList<T> createPagedList(ContentContext context,
                                                       Class<?> itemClass,
                                                       List<T> itemList)
                                                throws RepositoryRuntimeException
create an ISortableFilterablePagedList from a List

Throws
RepositoryRuntimeException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved