match(String pattern,
Map objectModel,
Parameters parameters)
Matches the pattern against some Request values
and returns a Map object with replacements
for wildcards contained in the pattern.
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
pattern - The pattern to match against. Depending on the
implementation the pattern can contain wildcards
or regular expressions.
objectModel - The Map with object of the
calling environment which can be used
to select values this matchers matches against.
Returns:
Map The returned Map object with
replacements for wildcards/regular-expressions
contained in the pattern.
If the return value is null there was no match.