org.polliwog.filters
Class AbstractRuleFilter

java.lang.Object
  extended by org.polliwog.filters.AbstractRuleFilter
Direct Known Subclasses:
BasicHitFilter, BasicVisitFilter

public abstract class AbstractRuleFilter
extends java.lang.Object


Field Summary
protected  int rC
           
protected  java.util.List rules
           
 
Constructor Summary
AbstractRuleFilter()
           
 
Method Summary
 void addRule(Rule r)
           
 java.util.List getRules()
           
 void init(org.jdom.Element root, java.lang.Class cl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rules

protected java.util.List rules

rC

protected int rC
Constructor Detail

AbstractRuleFilter

public AbstractRuleFilter()
Method Detail

init

public void init(org.jdom.Element root,
                 java.lang.Class cl)
          throws org.jdom.JDOMException,
                 WeblogException
Throws:
org.jdom.JDOMException
WeblogException

addRule

public void addRule(Rule r)

getRules

public java.util.List getRules()


  Copyright © 2007 Gary Bentley. All Rights Reserved.