public class ForTokensTag extends ForTokensSupport implements LoopTag, javax.servlet.jsp.tagext.IterationTag
A handler for <forTokens> that supports rtexprvalue-based attributes.
delims, items, stbegin, beginSpecified, deferredExpression, end, endSpecified, itemId, statusId, step, stepSpecified| Constructor and Description |
|---|
ForTokensTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
setBegin(int begin) |
void |
setDelims(String s) |
void |
setEnd(int end) |
void |
setItems(Object s) |
void |
setStep(int step) |
getDelims, hasNext, next, prepare, releasedoAfterBody, doCatch, doFinally, doStartTag, 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 void setBegin(int begin)
throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setEnd(int end)
throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setStep(int step)
throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setItems(Object s) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic void setDelims(String s) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionCopyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.