Uses of Interface
com.opensymphony.xwork2.util.PatternMatcher

Packages that use PatternMatcher
com.opensymphony.xwork2.config.impl Configuration implementation classes. 
com.opensymphony.xwork2.util XWork util classes. 
 

Uses of PatternMatcher in com.opensymphony.xwork2.config.impl
 

Constructors in com.opensymphony.xwork2.config.impl with parameters of type PatternMatcher
AbstractMatcher(PatternMatcher<?> helper)
           
ActionConfigMatcher(PatternMatcher<?> patternMatcher, Map<String,ActionConfig> configs, boolean looseMatch)
           Finds and precompiles the wildcard patterns from the ActionConfig "path" attributes.
 

Uses of PatternMatcher in com.opensymphony.xwork2.util
 

Classes in com.opensymphony.xwork2.util that implement PatternMatcher
 class WildcardHelper
          This class is an utility class that perform wilcard-patterns matching and isolation taken from Apache Cocoon.
 



Copyright © 2007 OpenSymphony. All Rights Reserved.