| Package | Description |
|---|---|
| org.apache.commons.validator |
The Validator package provides validation for JavaBeans based on an xml file.
|
| Modifier and Type | Method and Description |
|---|---|
Msg |
Field.getMessage(java.lang.String key)
Retrieve a message object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Msg> |
Field.getMessages()
The
Field's messages are returned as an
unmodifiable Map. |
protected java.util.Map<java.lang.String,Msg> |
Field.getMsgMap()
Returns a Map of String Msg names to Msg objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Field.addMsg(Msg msg)
Add a
Msg to the Field. |