org.apache.struts.taglib.nested
public class NestedWriteNestingTag extends BodyTagSupport
Since: Struts 1.1
Version: $Rev: 54929 $
Field Summary | |
---|---|
boolean | filter |
String | id |
String | originalProperty |
String | property |
Method Summary | |
---|---|
int | doEndTag() |
int | doStartTag()
Overriding method of the heart of the tag. |
boolean | getFilter() Getter method for the filter property |
String | getId() Getter method for the id property |
String | getProperty() Getter method for the property property |
void | release()
JSP method to release all resources held by the tag. |
void | setFilter(boolean newFilter) Setter method for the filter property |
void | setId(String id) Setter method for the id property |
void | setProperty(String newProperty) Setter method for the property property |
Returns: int JSP continuation directive.
Returns: String value of the filter property
Returns: String value for the id property
Returns: String value of the property property
Parameters: newFilter new value for the filter property
Parameters: id new value for the id property
Parameters: newProperty new value for the property property