org.apache.struts.tiles.xmlDefinition
public class XmlListAttribute extends XmlAttribute
List.
This attribute associates a name with a list. The list can be found by the
property name.
Elements in list are retrieved using List methods.
This class is used to read configuration files.
| Field Summary | |
|---|---|
| List | list List.
|
| Constructor Summary | |
|---|---|
| XmlListAttribute()
Constructor. | |
| XmlListAttribute(String name, List value)
Constructor. | |
| Method Summary | |
|---|---|
| void | add(XmlAttribute element)
Add an element in list.
|
| void | add(Object value)
Add an element in list. |
| void | addObject(Object value)
Add an element in list. |
Parameters: name Name. value List.
Parameters: element XmlAttribute to add.
Parameters: value Object to add.
Parameters: value Object to add.