com.hlcl.rql.util.as
Class NoHeadlinePageFilter

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

public class NoHeadlinePageFilter
extends PageFilterImpl

Author:
lejafr Filtert alle Seiten ohne Überschrift (die {GUID: ...} Seiten) aus.

Constructor Summary
NoHeadlinePageFilter()
          constructor comment.
 
Method Summary
 boolean check(Page page)
          Liefert true, falls die Seite keine Überschrift hat.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoHeadlinePageFilter

public NoHeadlinePageFilter()
constructor comment.

Method Detail

check

public boolean check(Page page)
              throws RQLException
Liefert true, falls die Seite keine Überschrift hat. Also eine GUID Seite ist.

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