|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
Fields in com.opensymphony.xwork2.config.impl declared as PatternMatcher | |
---|---|
(package private) PatternMatcher<Object> |
AbstractMatcher.wildcard
Handles all wildcard pattern matching. |
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. |
|
NamespaceMatcher(PatternMatcher<?> patternMatcher,
Set<String> namespaces)
|
Uses of PatternMatcher in com.opensymphony.xwork2.util |
---|
Classes in com.opensymphony.xwork2.util that implement PatternMatcher | |
---|---|
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. |
Fields in com.opensymphony.xwork2.util declared as PatternMatcher | |
---|---|
private PatternMatcher |
ClassPathFinder.patternMatcher
The PatternMatcher implementation to use |
Methods in com.opensymphony.xwork2.util with parameters of type PatternMatcher | |
---|---|
void |
ClassPathFinder.setPatternMatcher(PatternMatcher patternMatcher)
sets the PatternMatcher implementation to use when comparing filenames |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |