public abstract class ForTokensSupport
extends javax.servlet.jsp.jstl.core.LoopTagSupport
Support for tag handlers for <forTokens>, the tokenizing iteration tag in JSTL 1.0. This class extends LoopTagSupport and provides ForTokens-specific functionality. The rtexprvalue and expression-evaluating libraries each have handlers that extend this class.
LoopTagSupport,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected String |
delims |
protected Object |
items |
protected StringTokenizer |
st |
| Constructor and Description |
|---|
ForTokensSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getDelims() |
protected boolean |
hasNext() |
protected Object |
next() |
protected void |
prepare() |
void |
release() |
doAfterBody, doCatch, doFinally, doStartTag, getCurrent, getLoopStatus, setVar, setVarStatus, validateBegin, validateEnd, validateStepdoEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueprotected Object items
protected String delims
protected StringTokenizer st
protected void prepare()
throws javax.servlet.jsp.JspTagException
prepare in class javax.servlet.jsp.jstl.core.LoopTagSupportjavax.servlet.jsp.JspTagExceptionprotected boolean hasNext()
throws javax.servlet.jsp.JspTagException
hasNext in class javax.servlet.jsp.jstl.core.LoopTagSupportjavax.servlet.jsp.JspTagExceptionprotected Object next() throws javax.servlet.jsp.JspTagException
next in class javax.servlet.jsp.jstl.core.LoopTagSupportjavax.servlet.jsp.JspTagExceptionprotected String getDelims()
getDelims in class javax.servlet.jsp.jstl.core.LoopTagSupportpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.jstl.core.LoopTagSupportCopyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.