This project has retired. For details please refer to its
Attic page .
Selector (Cocoon Sitemap API 1.0.0 API)
org.apache.cocoon.selection
Interface Selector
All Known Subinterfaces: SwitchSelector
public interface Selector
Version:
$Id: Selector.html 1304280 2012-03-23 11:18:01Z ilgrosso $
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
ROLE
public static final String ROLE
select
public 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
Parameters: 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.
Returns: boolean Signals successfull test.
Copyright © 1999-2008 The Apache Software Foundation . All Rights Reserved.