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