| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | None |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
entryVar | true | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The variable name to hold the current entry. This name is used by the test expression. |
filter | false | false | javax.el.ValueExpression
(must evaluate to org.jboss.gravel.Filter )
| An EL expresion which resolves to a Filter instance, which will be used to test the entries in the data set. |
filterArgument | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| An EL expression which resolves to a value that the filter will use to test. If not given, the current entry is used. |
if | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| An EL expression which determines whether to execute this filter. |
source | true | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| An EL expression that contains the data set to be filtered. |
target | true | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| An EL expression into which the filtered data set will be stored. |
test | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| An EL expression which is applied to each entry in the data set. If the result is true, then the corresponding data item will be included in the target data set. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |