| Package | Description |
|---|---|
| org.apache.commons.validator |
The Validator package provides validation for JavaBeans based on an xml file.
|
| Modifier and Type | Method | Description |
|---|---|---|
Msg |
Field.getMessage(java.lang.String key) |
Retrieve a message object.
|
| Modifier and Type | Method | 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 | Description |
|---|---|---|
void |
Field.addMsg(Msg msg) |
Add a
Msg to the Field. |
Copyright © 2002–2018. All rights reserved.