JSTL core
Tag forTokens


Iterates over tokens, separated by the supplied delimeters


Tag Information
Tag Classorg.apache.taglibs.standard.tag.rt.core.ForTokensTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
itemstruetruejavax.el.ValueExpression
(must evaluate to java.lang.String)
String of tokens to iterate over.
delimstruetruejava.lang.StringThe set of delimiters (the characters that separate the tokens in the string).
beginfalsetrueintIteration begins at the token located at the specified index. First token has index 0.
endfalsetrueintIteration ends at the token located at the specified index (inclusive).
stepfalsetrueintIteration will only process every step tokens of the string, starting with the first one.
varfalsefalsejava.lang.StringName of the exported scoped variable for the current item of the iteration. This scoped variable has nested visibility.
varStatusfalsefalsejava.lang.StringName of the exported scoped variable for the status of the iteration. Object exported is of type javax.servlet.jsp.jstl.core.LoopTag Status. This scoped variable has nested visibility.

Variables
No Variables Defined.


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