org.tuckey.web.filters.urlrewrite
Interface Runnable

All Known Implementing Classes:
CatchElem, NormalRule, OutboundRule, RuleBase

public interface Runnable

Inteface for something that contains Run's, so we can initialise cleanly.


Method Summary
 void addRun(Run run)
           
 

Method Detail

addRun

void addRun(Run run)