|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageList | |
|---|---|
| org.apache.commons.resources | Resources is a component that provides advanced management of message resources. |
| org.apache.commons.resources.impl |
This package contains implementations for the various defined in the org.apache.commons.resources
package. |
| Uses of MessageList in org.apache.commons.resources |
|---|
| Methods in org.apache.commons.resources with parameters of type MessageList | |
|---|---|
void |
MessageList.add(MessageList messages)
Adds the messages from the given MessageList object to
this set of messages. |
| Uses of MessageList in org.apache.commons.resources.impl |
|---|
| Classes in org.apache.commons.resources.impl that implement MessageList | |
|---|---|
class |
BasicMessageList
A basic implementation of a MessageList. |
| Methods in org.apache.commons.resources.impl with parameters of type MessageList | |
|---|---|
void |
BasicMessageList.add(MessageList messageList)
Adds the messages from the given MessageList object to
this set of messages. |
| Constructors in org.apache.commons.resources.impl with parameters of type MessageList | |
|---|---|
BasicMessageList(MessageList messages)
Create an MessageList object initialized with the given
messages. |
|
BasicMessageList(String globalMessageKey,
MessageList messages)
Create an MessageList object initialized with the given
messages and the given global message key. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||