com.hlcl.rql.util.as
Class ListPageFilter

java.lang.Object
  extended by com.hlcl.rql.util.as.PageFilterImpl
      extended by com.hlcl.rql.util.as.ListPageFilter
All Implemented Interfaces:
PageFilter

public class ListPageFilter
extends PageFilterImpl

Author:
lejafr Dieser Filer liefert true, falls die gegebene Seite in einer Liste enthalten ist.

Constructor Summary
ListPageFilter(PageArrayList pageList)
          constructor comment.
 
Method Summary
 boolean check(Page page)
          Liefert true, falls page in pageList enthalten ist.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListPageFilter

public ListPageFilter(PageArrayList pageList)
constructor comment.

Method Detail

check

public boolean check(Page page)
              throws RQLException
Liefert true, falls page in pageList enthalten ist.

Specified by:
check in interface PageFilter
Specified by:
check in class PageFilterImpl
Throws:
RQLException
See Also:
PageArrayList.select(PageFilter)