public class ForTokensTag extends ForTokensSupport implements javax.servlet.jsp.jstl.core.LoopTag, javax.servlet.jsp.tagext.IterationTag
A handler for <forTokens> that accepts attributes as Strings and evaluates them as expressions at runtime.
delims, items, st| Constructor and Description |
|---|
ForTokensTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag() |
void |
release() |
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 int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.jstl.core.LoopTagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release 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 (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.