org.polliwog.collectors
Class BasicVisitCollector

java.lang.Object
  extended by org.polliwog.collectors.BasicVisitCollector
All Implemented Interfaces:
VisitCollector, XMLIniter

public class BasicVisitCollector
extends java.lang.Object
implements VisitCollector, XMLIniter


Field Summary
 
Fields inherited from interface org.polliwog.collectors.VisitCollector
FILTERED, NORMAL
 
Constructor Summary
BasicVisitCollector()
           
 
Method Summary
 boolean accept(Visit v)
           
 void init(org.jdom.Element root, VisitorEnvironment ve)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicVisitCollector

public BasicVisitCollector()
Method Detail

init

public void init(org.jdom.Element root,
                 VisitorEnvironment ve)
          throws org.jdom.JDOMException,
                 WeblogException
Specified by:
init in interface VisitCollector
Specified by:
init in interface XMLIniter
Throws:
org.jdom.JDOMException
WeblogException

accept

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


  Copyright © 2007 Gary Bentley. All Rights Reserved.