| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.apache.struts.tiles.UntyppedAttribute
Common implementation of attribute definition.
| Field Summary | |
protected  java.lang.String | 
role
Role associated to this attribute.  | 
protected  java.lang.Object | 
value
 | 
| Constructor Summary | |
UntyppedAttribute(java.lang.Object value)
Constructor.  | 
|
UntyppedAttribute(java.lang.Object value,
                  java.lang.String role)
Constructor.  | 
|
| Method Summary | |
 java.lang.String | 
getRole()
Get role.  | 
 java.lang.Object | 
getValue()
Get value.  | 
 void | 
setRole(java.lang.String role)
Set role.  | 
 void | 
setValue(java.lang.Object value)
Set value.  | 
 java.lang.String | 
toString()
Get String representation of this object.  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
protected java.lang.String role
protected java.lang.Object value
| Constructor Detail | 
public UntyppedAttribute(java.lang.Object value)
value - Object to store.
public UntyppedAttribute(java.lang.Object value,
                         java.lang.String role)
value - Object to store.role - Asociated role.| Method Detail | 
public java.lang.String getRole()
public void setRole(java.lang.String role)
setRole in interface AttributeDefinitionrole - Associated role.public java.lang.Object getValue()
getValue in interface AttributeDefinitionpublic void setValue(java.lang.Object value)
value - New value.public java.lang.String toString()
toString in class java.lang.Object
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||