com.hlcl.rql.util.as
Class NotPageFilter

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

public class NotPageFilter
extends PageFilterImpl

Author:
lejafr Filters all pages using the logical negation of the given page filter.

Constructor Summary
NotPageFilter(PageFilter pageFilter)
          TemplatePageFilter constructor comment.
 
Method Summary
 boolean check(Page page)
          Liefert true genau dann, wenn der page filter für die gegebene Seite false ist.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotPageFilter

public NotPageFilter(PageFilter pageFilter)
TemplatePageFilter constructor comment.

Method Detail

check

public boolean check(Page page)
              throws RQLException
Liefert true genau dann, wenn der page filter für die gegebene Seite false ist.

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