| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | None |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
argument | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| An EL expression whose value is used as an argument to the comparator function. |
comparator | false | false | javax.el.ValueExpression
(must evaluate to java.util.Comparator )
| An EL expression which resolves to a comparator to use for this sort. |
entryVar | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The variable name to hold the current entry. This name is used by the argument expression. |
if | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| An EL expression which determines whether to execute the sort. |
reverse | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| An EL expression which determines whether to reverse the direction of the sort. |
source | true | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| An EL expression that contains the data set to be sorted. |
target | true | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| An EL expression into which the sorted data set will be stored. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |