|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Message | |
|---|---|
| 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 Message in org.apache.commons.resources |
|---|
| Methods in org.apache.commons.resources with parameters of type Message | |
void |
MessageList.add(String property,
Message message)
Add a message to the set of messages for the specified property. |
void |
MessageList.add(Message message)
Add a message to the set of messages for the "global" property. |
| Uses of Message in org.apache.commons.resources.impl |
|---|
| Classes in org.apache.commons.resources.impl that implement Message | |
class |
BasicMessage
A basic implementation of the Message interface. |
class |
DatabaseBasicMessage
BasicMessage to allow standard ORM configuration (no complex keys). |
| Methods in org.apache.commons.resources.impl with parameters of type Message | |
void |
BasicMessageList.add(String property,
Message message)
Add a message to the set of messages for the specified property. |
void |
BasicMessageList.add(Message message)
Add a message to the set of messages for the "global" property. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||