}
public static String getFormattedString(String pattern, String[] parameters)
{
FastMessageFormat formatter = new FastMessageFormat(pattern);
return formatter.format(parameters);
}
/** HashMap mapping names to their scriptlets */
private static Map<Object, Scriptlet> _sScriptletTable =
Collections.synchronizedMap(new HashMap<Object, Scriptlet>(37));