org.apache.struts.action

Class ActionMessages.ActionMessageItem

Enclosing Class:
ActionMessages
Implemented Interfaces:
Serializable

protected class ActionMessages.ActionMessageItem
extends java.lang.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 ActionMessages.

Constructor Summary

ActionMessageItem(List list, int iOrder)

Method Summary

List
getList()
int
getOrder()
void
setList(List list)
void
setOrder(int iOrder)

Field Details

iOrder

protected int iOrder
The position in the list of messages.


list

protected List list
The list of ActionMessages.

Constructor Details

ActionMessageItem

public ActionMessageItem(List list,
                         int iOrder)

Method Details

getList

public List getList()


getOrder

public int getOrder()


setList

public void setList(List list)


setOrder

public void setOrder(int iOrder)


Copyright B) 2000-2005 - Apache Software Foundation