public class XmlForEachTag extends TagSupport implements IterationTag
id, pageContextEVAL_BODY_AGAINEVAL_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, setValuepublic 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 TagdoStartTag in class TagSupportJspExceptionpublic int doAfterBody()
                throws JspException
doAfterBody in interface IterationTagdoAfterBody in class TagSupportJspException