|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Selector
Field Summary | |
---|---|
static String |
ROLE
|
Method Summary | |
---|---|
boolean |
select(String expression,
Map objectModel,
Parameters parameters)
Selectors test pattern against some objects in a Map
model and signals success with the returned boolean value |
Field Detail |
---|
static final String ROLE
Method Detail |
---|
boolean select(String expression, Map objectModel, Parameters parameters)
Map
model and signals success with the returned boolean value
expression
- The expression to test.objectModel
- The Map
containing object of the
calling environment which may be used
to select values to test the expression.parameters
- The sitemap parameters, as specified by <parameter/> tags.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |