Package org.tuckey.web.filters.urlrewrite.utils

Interface Summary
StringMatchingMatcher A generic interface for StringMatching, method signature matches java.util.Matcher.
StringMatchingPattern  
 

Class Summary
Log Log copies the style of commons logging.
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!.
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 convinience class so that it's easier for us to program against regex and wildcard patterns.
WildcardPattern  
 

Exception Summary
StringMatchingPatternSyntaxException