org.apache.struts.tiles
Class UntypedAttribute
java.lang.Object
org.apache.struts.tiles.UntypedAttribute
- AttributeDefinition, Serializable
public class UntypedAttribute
extends java.lang.Object
Common implementation of attribute definition.
protected String | role - Role associated to this attribute.
|
protected Object | value
|
role
protected String role
Role associated to this attribute.
value
protected Object value
UntypedAttribute
public UntypedAttribute(Object value)
Constructor.
UntypedAttribute
public UntypedAttribute(Object value,
String role)
Constructor.
value
- Object to store.role
- Asociated role.
getRole
public String getRole()
Get role.
setValue
public void setValue(Object value)
Set value.
toString
public String toString()
Get String representation of this object.
Copyright B) 2000-2007 - The Apache Software Foundation