| Package | Description | 
|---|---|
| com.opensymphony.xwork2.config.impl | 
 Configuration implementation classes. 
 | 
| com.opensymphony.xwork2.util | 
 XWork util classes. 
 | 
| Constructor and Description | 
|---|
AbstractMatcher(PatternMatcher<?> helper)  | 
ActionConfigMatcher(PatternMatcher<?> patternMatcher,
                   Map<String,ActionConfig> configs,
                   boolean looseMatch)
 Finds and precompiles the wildcard patterns from the ActionConfig
 "path" attributes. 
 | 
NamespaceMatcher(PatternMatcher<?> patternMatcher,
                Set<String> namespaces)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NamedVariablePatternMatcher
An implementation of a pattern matcher that uses simple named wildcards. 
 | 
class  | 
WildcardHelper
This class is an utility class that perform wilcard-patterns matching and
 isolation taken from Apache Cocoon. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClassPathFinder.setPatternMatcher(PatternMatcher<int[]> patternMatcher)
sets the PatternMatcher implementation to use when comparing filenames 
 | 
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.