|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.apache.struts.tiles.xmlDefinition.XmlAttribute
|
+--org.apache.struts.tiles.xmlDefinition.XmlListAttribute
An attribute as a List. This attribute associates a name with a list. The list can be found by the property name. Element in list are retrieved using List methods. This class is used to read configuration files.
| Field Summary | |
private java.util.List |
list
List. |
| Fields inherited from class org.apache.struts.tiles.xmlDefinition.XmlAttribute |
|
| Constructor Summary | |
XmlListAttribute()
Constructor. |
|
XmlListAttribute(java.lang.String name,
java.util.List value)
Constructor. |
|
| Method Summary | |
void |
add(java.lang.Object value)
Add an element in list. |
void |
add(XmlAttribute element)
Add an element in list. |
void |
addObject(java.lang.Object value)
Add an element in list. |
| Methods inherited from class org.apache.struts.tiles.xmlDefinition.XmlAttribute |
computeRealValue, getAttribute, getName, getRole, getValue, setAttribute, setBody, setContent, setDirect, setName, setRole, setType, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.util.List list
| Constructor Detail |
public XmlListAttribute()
public XmlListAttribute(java.lang.String name,
java.util.List value)
| Method Detail |
public void add(XmlAttribute element)
public void add(java.lang.Object value)
public void addObject(java.lang.Object value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||