|
Class Summary |
| Log |
Log copies the style of commons logging. |
| ModRewriteConfLoader |
Loader to enable loading of mod_rewrite style configuration for UrlRewriteFilter. |
| NumberUtils |
Written in the style of commons-lang NumberUtils with only the with only two methods. |
| RegexMatcher |
Simple wrapper for java.util.regex.Matcher. |
| RegexPattern |
Simpe wrapper for java.util.regex.Pattern. |
| ServerNameMatcher |
Utility class for matching server names. |
| StringUtils |
In the style of commons-lang StringUtils, but a bit smaller!. |
| TypeUtils |
|
| URLDecoder |
|
| URLEncoder |
URL-encoding utility for each URL part according to the RFC specs
see the rfc at http://www.ietf.org/rfc/rfc2396.txt |
| WildcardHelper |
This class is an utility class that perform wilcard-patterns matching and
isolation taken from Apache Cocoon. |
| WildcardMatcher |
Implements a regex like interface on top of WildcardMatcher, this is really just a convenience class
so that it's easier for us to program against regex and wildcard patterns. |
| WildcardPattern |
|