JSTL functions
Function length

int length(java.lang.Object)
Returns the number of items in a collection, or the number of characters in a string.

Example:
You have ${fn:length(shoppingCart.products)} in your shopping cart.


Function Information
Function Classorg.apache.taglibs.standard.functions.Functions
Function Signatureint length(java.lang.Object)
Display NameNone


Comments to: jstl-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.