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(String key) |
Retrieve a message object.
|
Modifier and Type | Method | Description |
---|---|---|
Map<String,Msg> |
Field.getMessages() |
The
Field 's messages are returned as an
unmodifiable Map . |
protected Map<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.