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(String key)
Retrieve a message object.
|
Modifier and Type | Method and 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 and Description |
---|---|
void |
Field.addMsg(Msg msg)
Add a
Msg to the Field . |
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.