public class ForTokensTag extends ForTokensSupport implements jakarta.servlet.jsp.jstl.core.LoopTag, jakarta.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, prepare
doAfterBody, doCatch, doFinally, getCurrent, getLoopStatus, setVar, setVarStatus, validateBegin, validateEnd, validateStep
doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public int doStartTag() throws jakarta.servlet.jsp.JspException
doStartTag
in interface jakarta.servlet.jsp.tagext.Tag
doStartTag
in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
jakarta.servlet.jsp.JspException
public void release()
release
in interface jakarta.servlet.jsp.tagext.Tag
release
in class ForTokensSupport
public 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 © 2019,2020 Eclipse Foundation. All rights reserved.