|
Class Summary |
| AcceptEverythingRule |
This rule matches every request
passed to it, making it suitable
for use as a catch-all or last
rule in a chain. |
| BaseRule |
The BaseRule is an empty rule
implementation which can be
extended. |
| CompositeRule |
This rule consists of many other rules using the
composite design pattern. |
| DirectoryRule |
A rule that will check the start of the URI for a specifed
starting directory/directories. |
| IPRule |
This rule will check the IP for the remote user
allowing the user if his IP is in the specified range. |
| RewriteRule |
A rule using regular expressions to rewrite the
URI. |
| TimeRule |
A simple rule that checks the hour. |