org.apache.struts.action
protected class ActionMessages.ActionMessageItem extends Object implements Serializable
This class is used to store a set of messages associated with a property/key and the position it was initially added to list.
Field Summary | |
---|---|
protected int | iOrder The position in the list of messages. |
protected List | list The list of |
protected String | property The property associated with |
Constructor Summary | |
---|---|
ActionMessageItem(List list, int iOrder, String property) |
Method Summary | |
---|---|
List | getList() |
int | getOrder() |
String | getProperty() |
void | setList(List list) |
void | setOrder(int iOrder) |
void | setProperty(String property) |
String | toString() |
The position in the list of messages.
The list of ActionMessage
s.
The property associated with ActionMessage
.