com.atlassian.user.search.page
Class PagerFactory

java.lang.Object
  extended by com.atlassian.user.search.page.PagerFactory

public class PagerFactory
extends Object


Constructor Summary
PagerFactory()
           
 
Method Summary
static
<T> Pager<T>
getPager(List<Pager<T>> pagers)
           
static
<T> Pager<T>
getPager(Pager<T> pagerOne, Pager<T> pagerTwo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagerFactory

public PagerFactory()
Method Detail

getPager

public static <T> Pager<T> getPager(Pager<T> pagerOne,
                                    Pager<T> pagerTwo)
Returns:
a merged pager composed of the two passed in

getPager

public static <T> Pager<T> getPager(List<Pager<T>> pagers)


Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.