Package com.singularsys.jep
Class JepMessages
java.lang.Object
com.singularsys.jep.JepMessages
GWT Version of the Message access class
-
Method Summary
-
Method Details
-
getString
-
format
Gets a message and uses that to format its arguments.- Parameters:
key- key to message which is a format string used byMessageFormat.format(String, Object...)args- set of arguments to be passed to the format- Returns:
- Message format applied to arguments
-