|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Matcher
| Field Summary | |
|---|---|
static String |
ROLE
|
| Method Summary | |
|---|---|
Map |
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. |
| Field Detail |
|---|
static final String ROLE
| Method Detail |
|---|
Map match(String pattern,
Map objectModel,
Parameters parameters)
throws PatternException
Request values
and returns a Map object with replacements
for wildcards contained in the pattern.
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.
Map object with
replacements for wildcards/regular-expressions
contained in the pattern.
If the return value is null there was no match.
PatternException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||