org.apache.struts.tiles
Class UntyppedAttribute
java.lang.Objectorg.apache.struts.tiles.UntyppedAttribute
- AttributeDefinition, Serializable
public class UntyppedAttribute
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
UntyppedAttribute
public UntyppedAttribute(Object value)
Constructor.
value - Object to store.
UntyppedAttribute
public UntyppedAttribute(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.
value - New value.
toString
public String toString()
Get String representation of this object.
Copyright B) 2000-2005 - Apache Software Foundation