org.apache.struts.tiles.xmlDefinition
public class XmlAttribute extends Object
Field Summary | |
---|---|
String | direct
Attribute value. |
String | name
Attribute name or key. |
Object | realValue
Real attribute value.
|
String | role
Attribute value. |
Object | value
Attribute value.
|
String | valueType
Attribute value. |
Constructor Summary | |
---|---|
XmlAttribute()
Constructor. | |
XmlAttribute(String name, Object value)
Constructor. |
Method Summary | |
---|---|
protected Object | computeRealValue()
Compute real value from attributes setting. |
String | getAttribute()
Another access method for the name property.
|
String | getName()
Access method for the name property.
|
String | getRole()
Access method for the name property.
|
Object | getValue()
Access method for the value property. |
void | setAttribute(String aName)
Sets the value of the name property.
|
void | setBody(String body)
Sets the value of the value property.
|
void | setContent(Object aValue)
Sets the value of the value property.
|
void | setDirect(String value)
Sets the value of the value property.
|
void | setName(String aName)
Sets the value of the name property.
|
void | setRole(String role)
Sets the value of the name property.
|
void | setType(String value)
Sets the value of the value property.
|
void | setValue(Object aValue)
Sets the value of the value property.
|
Returns: the current value of the name property
Returns: The current value of the name property.
Returns: The current value of the name property.
Returns: The current value of the value property.
Parameters: aName the new value of the name property
Parameters: body the new value of the value property
Parameters: aValue the new value of the value property
Parameters: value the new value of the value property
Parameters: aName the new value of the name property.
Parameters: role the new value of the name property
Parameters: value the new value of the value property
Parameters: aValue the new value of the value property