java.lang.Object
com.aoapps.servlet.firewall.pathspace.Rules

public final class Rules extends Object
A set of Matcher and Action implementations for PathSpace and PathMatch.

Implementation Note:
This is admittedly overload-heavy. We are paying the price here in order to have the absolutely cleanest possible rule definitions. Perhaps a future version of Java will introduce optional parameters and this can be cleaned-up some.