public class XmlForEachTag extends TagSupport implements IterationTag
id, pageContext
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
XmlForEachTag() |
Modifier and Type | Method and Description |
---|---|
int |
doAfterBody()
Process the loop.
|
int |
doStartTag()
Process the tag.
|
void |
setBegin(int begin)
Sets the begin value.
|
void |
setEnd(int end)
Sets the end value.
|
void |
setSelect(Expr select)
Sets the XPath select value.
|
void |
setStep(int step)
Sets the step value.
|
void |
setVar(java.lang.String var)
Sets the variable which should contain the result of the test.
|
void |
setVarStatus(java.lang.String varStatus)
Sets the variable which should contain the result of the test.
|
doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
public void setSelect(Expr select)
public void setVar(java.lang.String var)
public void setVarStatus(java.lang.String varStatus)
public void setBegin(int begin)
public void setEnd(int end)
public void setStep(int step)
public int doStartTag() throws JspException
doStartTag
in interface Tag
doStartTag
in class TagSupport
JspException
public int doAfterBody() throws JspException
doAfterBody
in interface IterationTag
doAfterBody
in class TagSupport
JspException