Uses of Interface
org.apache.shiro.util.PatternMatcher

Packages that use PatternMatcher
org.apache.shiro.util Your run-of-the-mill 'util' pacakge for components and logic widely used across the framework that can't find their home into a proper OO hierarchy (or, most likely for things used across many hierarchies). 
 

Uses of PatternMatcher in org.apache.shiro.util
 

Classes in org.apache.shiro.util that implement PatternMatcher
 class AntPathMatcher
          PathMatcher implementation for Ant-style path patterns.
 class RegExPatternMatcher
          PatternMatcher implementation that uses standard java.util.regex objects.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.