org.apache.struts.taglib.nested
public class NestedReference extends Object implements Serializable
Since: Struts 1.1
Version: $Rev: 54929 $
Field Summary | |
---|---|
String | beanName |
String | property |
Constructor Summary | |
---|---|
NestedReference()
Empty constructor. | |
NestedReference(String name, String property)
Constructor takes the all the relevant details to init the object. |
Method Summary | |
---|---|
String | getBeanName() Getter for the bean name |
String | getNestedProperty() Getter for the nested property |
void | setBeanName(String newName) Setter for the bean name |
void | setNestedProperty(String newProperty) Setter for the nested property |
Parameters: name String name of the bean that the include is to reference property String nested property value that the include will be continuing on with.
Returns: String value that will be the bean's reference
Returns: String value that is the nested property for the current nesting
Parameters: newName String value to set the bean reference.
Parameters: newProperty String value of the new current nesting level