Searched refs:LocalStrings (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/i18n/
H A DLocalStrings.java53 * <li>Your calling code should have a file named LocalStrings.properties in its
64 * <li>String s = LocalStrings.get("xyz");
65 * <li>String s = LocalStrings.get("xyz", new Date(), 500, "something", 2.00003);
66 * <li>String s = LocalStrings.get("xyz", "something", "foo", "whatever");
73 public class LocalStrings { class
75 private LocalStrings() { method in class:LocalStrings
79 * Get a String from the caller's package's LocalStrings.properties
81 * @return the String from LocalStrings or the supplied String if it doesn't exist
88 * Get and format a String from the caller's package's LocalStrings.properties
91 * @return the String from LocalStrings o
[all...]

Completed in 193 milliseconds