public class ForTokensTag extends ForTokensSupport
currentIndex, delims, items, stbegin, beginSpecified, deferredExpression, end, endSpecified, itemId, statusId, step, stepSpecified| Constructor and Description |
|---|
ForTokensTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag()
Begins iterating by processing the first item.
|
void |
release()
Releases any resources this LoopTagSupport may have (or inherit).
|
void |
setBegin(String begin) |
void |
setDelims(String delims) |
void |
setEnd(String end) |
void |
setItems(String items) |
void |
setStep(String step) |
getDelims, hasNext, next, preparedoAfterBody, doCatch, doFinally, getCurrent, getLoopStatus, setVar, setVarStatus, validateBegin, validateEnd, validateStepdoEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic void release()
LoopTagSupportrelease in interface javax.servlet.jsp.tagext.Tagrelease in class ForTokensSupportpublic int doStartTag()
throws javax.servlet.jsp.JspException
LoopTagSupportdoStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class LoopTagSupportjavax.servlet.jsp.JspExceptionpublic void setBegin(String begin)
public void setEnd(String end)
public void setStep(String step)
public void setItems(String items)
public void setDelims(String delims)
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.