Skip navigation links


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

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


public class CMPagedResultFactory<T>
extends Object

supports creating an ICMPagedResult <T>from a PagedList<T>


Constructor Summary
CMPagedResultFactory()
           

 

Method Summary
 ICMPagedResult<T> createPagedResult(ContentContext context, IPagedList<T> pagedList)
          create an ICMPagedResult <T>from a PagedList<T>

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CMPagedResultFactory

public CMPagedResultFactory()

Method Detail

createPagedResult

public ICMPagedResult<T> createPagedResult(ContentContext context,
                                           IPagedList<T> pagedList)
                                    throws RepositoryRuntimeException
create an ICMPagedResult <T>from a PagedList<T>
Throws
RepositoryRuntimeException

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.