org.apache.struts.taglib.nested
public class NestedPropertyTag extends BodyTagSupport implements NestedNameSupport
Since: Struts 1.1
Version: $Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $
| Field Summary | |
|---|---|
| String | originalName |
| String | originalNest |
| String | originalProperty |
| String | property |
| Method Summary | |
|---|---|
| int | doAfterBody()
Render the resulting content evaluation.
|
| int | doEndTag()
Evaluate the rest of the page
|
| int | doStartTag()
Overriding method of the heart of the tag. |
| String | getName() |
| String | getProperty() Getter method for the property property |
| void | release()
JSP method to release all resources held by the tag. |
| void | setName(String newNamed) |
| void | setProperty(String newProperty) Setter method for the property property
Also, only setting the original property value to those values not
set by the nested logic. |
Returns: int JSP continuation directive.
Returns: int JSP continuation directive.
Returns: int JSP continuation directive.
Returns: String value of the property property
Parameters: newProperty new value for the property property