Uses of Class
org.apache.commons.validator.Msg
-
Packages that use Msg Package Description org.apache.commons.validator The Validator package provides validation for JavaBeans based on an xml file. -
-
Uses of Msg in org.apache.commons.validator
Methods in org.apache.commons.validator that return Msg Modifier and Type Method Description Msg
Field. getMessage(java.lang.String key)
Retrieve a message object.Methods in org.apache.commons.validator that return types with arguments of type Msg Modifier and Type Method Description java.util.Map<java.lang.String,Msg>
Field. getMessages()
TheField
's messages are returned as an unmodifiableMap
.protected java.util.Map<java.lang.String,Msg>
Field. getMsgMap()
Returns a Map of String Msg names to Msg objects.Methods in org.apache.commons.validator with parameters of type Msg Modifier and Type Method Description void
Field. addMsg(Msg msg)
Add aMsg
to theField
.
-