org.polliwog.filters
Class BasicVisitFilter

java.lang.Object
  extended by org.polliwog.filters.AbstractRuleFilter
      extended by org.polliwog.filters.BasicVisitFilter
All Implemented Interfaces:
VisitFilter

public class BasicVisitFilter
extends AbstractRuleFilter
implements VisitFilter


Field Summary
 
Fields inherited from class org.polliwog.filters.AbstractRuleFilter
rC, rules
 
Constructor Summary
BasicVisitFilter()
           
 
Method Summary
 boolean accept(Visit v)
           
 void init(VisitorEnvironment ve)
           
 
Methods inherited from class org.polliwog.filters.AbstractRuleFilter
addRule, getRules, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicVisitFilter

public BasicVisitFilter()
Method Detail

init

public void init(VisitorEnvironment ve)
          throws org.jdom.JDOMException,
                 java.io.IOException,
                 WeblogException
Specified by:
init in interface VisitFilter
Throws:
org.jdom.JDOMException
java.io.IOException
WeblogException

accept

public boolean accept(Visit v)
               throws WeblogException
Specified by:
accept in interface VisitFilter
Throws:
WeblogException


  Copyright © 2007 Gary Bentley. All Rights Reserved.