org.apache.struts.taglib.nested
public interface NestedPropertySupport extends NestedTagSupport
Since: Struts 1.1
Version: $Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $
Method Summary | |
---|---|
String | getProperty()
The getters and setters required to set a tags property property. |
void | setProperty(String newProperty)
The setter for the poroperty property |
Returns: String value of the tags' property property
Parameters: newProperty new String value to set the property property to