Class JepMessages

java.lang.Object
com.singularsys.jep.JepMessages

public class JepMessages extends Object
GWT Version of the Message access class
  • Method Details

    • getString

      public static String getString(String key)
    • format

      public static String format(String key, Object... args)
      Gets a message and uses that to format its arguments.
      Parameters:
      key - key to message which is a format string used by MessageFormat.format(String, Object...)
      args - set of arguments to be passed to the format
      Returns:
      Message format applied to arguments