com.opensymphony.webwork.views.jsp
Class IteratorTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
com.opensymphony.webwork.views.jsp.WebWorkBodyTagSupport
com.opensymphony.webwork.views.jsp.ComponentTagSupport
com.opensymphony.webwork.views.jsp.IteratorTag
- All Implemented Interfaces:
- Serializable, BodyTag, IterationTag, JspTag, Tag
public class IteratorTag - extends ComponentTagSupport
- See Also:
IteratorComponent,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
statusAttr
protected String statusAttr
value
protected String value
IteratorTag
public IteratorTag()
getBean
public Component getBean(OgnlValueStack stack,
HttpServletRequest req,
HttpServletResponse res)
- Specified by:
getBean in class ComponentTagSupport
populateParams
protected void populateParams()
- Overrides:
populateParams in class ComponentTagSupport
setStatus
public void setStatus(String status)
setValue
public void setValue(String value)
doEndTag
public int doEndTag()
throws JspException
- Specified by:
doEndTag in interface Tag- Overrides:
doEndTag in class ComponentTagSupport
- Throws:
JspException
doAfterBody
public int doAfterBody()
throws JspException
- Specified by:
doAfterBody in interface IterationTag- Overrides:
doAfterBody in class BodyTagSupport
- Throws:
JspException
|