public class ForEachTag
extends javax.servlet.jsp.jstl.core.LoopTagSupport
Support for the XML library's <forEach> tag.
LoopTagSupport,
Serialized Form| Constructor and Description |
|---|
ForEachTag() |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Node |
getContext() |
protected boolean |
hasNext() |
protected java.lang.Object |
next() |
protected void |
prepare() |
void |
release() |
void |
setBegin(int begin) |
void |
setEnd(int end) |
void |
setSelect(java.lang.String select) |
void |
setStep(int step) |
doAfterBody, doCatch, doFinally, doStartTag, getCurrent, getDelims, getLoopStatus, setVar, setVarStatus, validateBegin, validateEnd, validateStepdoEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueprotected void prepare()
throws javax.servlet.jsp.JspTagException
prepare in class javax.servlet.jsp.jstl.core.LoopTagSupportjavax.servlet.jsp.JspTagExceptionprotected boolean hasNext()
throws javax.servlet.jsp.JspTagException
hasNext in class javax.servlet.jsp.jstl.core.LoopTagSupportjavax.servlet.jsp.JspTagExceptionprotected java.lang.Object next()
throws javax.servlet.jsp.JspTagException
next in class javax.servlet.jsp.jstl.core.LoopTagSupportjavax.servlet.jsp.JspTagExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.jstl.core.LoopTagSupportpublic void setSelect(java.lang.String select)
public 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 org.w3c.dom.Node getContext()
throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionCopyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.