org.apache.struts.taglib.nested.logic
public class NestedIterateTag extends IterateTag implements NestedNameSupport
Since: Struts 1.1
Version: $Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $
| Field Summary | |
|---|---|
| String | nesting |
| String | originalName |
| String | originalNesting |
| String | originalNestingName |
| String | originalProperty |
| Method Summary | |
|---|---|
| String | deriveNestedProperty()
The only added property to the class. |
| int | doAfterBody()
This is only overriden as the include reference will need it's index
updated.
|
| int | doEndTag()
Complete the processing of the tag. |
| int | doStartTag()
Overriding method of the heart of the matter. |
| void | release()
Release the tag's resources and reset the values. |
Returns: String value of the property and the current index or mapping.
Returns: int JSP continuation directive.
Returns: int to describe the next step for the JSP processor
Throws: JspException for the bad things JSP's do
Returns: int JSP continuation directive. This is in the hands of the super class.