org.apache.struts.tiles
public class UntypedAttribute extends Object implements AttributeDefinition
Field Summary | |
---|---|
protected String | role
Role associated to this attribute. |
protected Object | value |
Constructor Summary | |
---|---|
UntypedAttribute(Object value)
Constructor. | |
UntypedAttribute(Object value, String role)
Constructor. |
Method Summary | |
---|---|
String | getRole()
Get role. |
Object | getValue()
Get value. |
void | setRole(String role)
Set role. |
void | setValue(Object value)
Set value. |
String | toString()
Get String representation of this object. |
Parameters: value Object to store.
Parameters: value Object to store. role Asociated role.
Parameters: role Associated role.
Parameters: value New value.