Uses of Interface
org.apache.struts2.util.PatternMatcher
Package
Description
Configuration implementation classes.
XWork util classes.
-
Uses of PatternMatcher in org.apache.struts2.config.impl
ModifierConstructorDescriptionAbstractMatcher
(PatternMatcher<?> helper, boolean appendNamedParameters) ActionConfigMatcher
(PatternMatcher<?> patternMatcher, Map<String, ActionConfig> configs, boolean looseMatch) Finds and precompiles the wildcard patterns from the ActionConfig "path" attributes.ActionConfigMatcher
(PatternMatcher<?> patternMatcher, Map<String, ActionConfig> configs, boolean looseMatch, boolean appendNamedParameters) Finds and precompiles the wildcard patterns from the ActionConfig "path" attributes.NamespaceMatcher
(PatternMatcher<?> patternMatcher, Set<String> namespaces) NamespaceMatcher
(PatternMatcher<?> patternMatcher, Set<String> namespaces, boolean appendNamedParameters) Matches namespace strings against a wildcard pattern matcher -
Uses of PatternMatcher in org.apache.struts2.util
Modifier and TypeClassDescriptionclass
An implementation of a pattern matcher that uses simple named wildcards.class
Allows regular expressions to be used in action names.class
This class is an utility class that perform wilcard-patterns matching and isolation taken from Apache Cocoon.Modifier and TypeMethodDescriptionvoid
ClassPathFinder.setPatternMatcher
(PatternMatcher<int[]> patternMatcher)