com.hlcl.rql.util.as
Class IgnorePageFilter

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

public class IgnorePageFilter
extends PageFilterImpl

Author:
lejafr Ein Dummy Seitenfilter, der jede Seite ablehnt.

Constructor Summary
IgnorePageFilter()
          constructor comment.
 
Method Summary
 boolean check(Page page)
          Liefert false für jede Seite.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IgnorePageFilter

public IgnorePageFilter()
constructor comment.

Method Detail

check

public boolean check(Page page)
              throws RQLException
Liefert false für jede Seite.

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