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