public class ForTokensTag extends ForTokensSupport implements LoopTag, javax.servlet.jsp.tagext.IterationTag
A handler for <forTokens> that accepts attributes as Strings and evaluates them as expressions at runtime.
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, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrent, getLoopStatuspublic int doStartTag()
throws javax.servlet.jsp.JspException
LoopTagSupportdoStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class LoopTagSupportjavax.servlet.jsp.JspExceptionpublic void release()
LoopTagSupportrelease in interface javax.servlet.jsp.tagext.Tagrelease in class ForTokensSupportpublic 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 © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.