Uses of Interface
org.apache.shiro.util.PatternMatcher
-
Packages that use PatternMatcher Package Description org.apache.shiro.util Your run-of-the-mill 'util' package 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 Modifier and Type Class Description class
AntPathMatcher
PathMatcher implementation for Ant-style path patterns.class
RegExPatternMatcher
PatternMatcher
implementation that uses standardjava.util.regex
objects.
-