gd
Tag sort


Sort a collection or array and store the result into an EL expression.


Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
argumentfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
An EL expression whose value is used as an argument to the comparator function.
comparatorfalsefalsejavax.el.ValueExpression
(must evaluate to java.util.Comparator)
An EL expression which resolves to a comparator to use for this sort.
entryVarfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The variable name to hold the current entry. This name is used by the argument expression.
iffalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
An EL expression which determines whether to execute the sort.
reversefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
An EL expression which determines whether to reverse the direction of the sort.
sourcetruefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
An EL expression that contains the data set to be sorted.
targettruefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
An EL expression into which the sorted data set will be stored.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.