org.polliwog.collectors
Interface VisitCollector
- All Known Implementing Classes:
- BasicVisitCollector
public interface VisitCollector
Field Summary |
static java.lang.String |
FILTERED
|
static java.lang.String |
NORMAL
|
FILTERED
static final java.lang.String FILTERED
- See Also:
- Constant Field Values
NORMAL
static final java.lang.String NORMAL
- See Also:
- Constant Field Values
init
void init(org.jdom.Element root,
VisitorEnvironment ve)
throws org.jdom.JDOMException,
WeblogException
- Throws:
org.jdom.JDOMException
WeblogException
accept
boolean accept(Visit v)
throws WeblogException
- Throws:
WeblogException
Copyright © 2007 Gary Bentley. All Rights Reserved.