Searched defs:ISResourceBundle (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DISResourceBundle.java25 * $Id: ISResourceBundle.java,v 1.3 2008/06/25 05:42:26 qcheng Exp $
57 * method (shown below) returns an instance of ISResourceBundle, which can be
62 * ResourceBundle rb = ISResourceBundle.getBundle(token, "test", "en_US");
67 public class ISResourceBundle extends ListResourceBundle { class in inherits:ListResourceBundle
86 * Non-default construtor used to create a new ISResourceBundle object This
88 * Map to construct an ISResourceBundle object
93 protected ISResourceBundle(Map keyValues) { method in class:ISResourceBundle
167 * @return ISResourceBundle
316 debug.message("ISResourceBundle.get-> Unable to find RB in"
328 "com.sun.identity.common.ISResourceBundle", "al
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DISResourceBundle.java25 * $Id: ISResourceBundle.java,v 1.3 2008/06/25 05:42:26 qcheng Exp $
57 * method (shown below) returns an instance of ISResourceBundle, which can be
62 * ResourceBundle rb = ISResourceBundle.getBundle(token, "test", "en_US");
67 public class ISResourceBundle extends ListResourceBundle { class in inherits:ListResourceBundle
86 * Non-default construtor used to create a new ISResourceBundle object This
88 * Map to construct an ISResourceBundle object
93 protected ISResourceBundle(Map keyValues) { method in class:ISResourceBundle
167 * @return ISResourceBundle
316 debug.message("ISResourceBundle.get-> Unable to find RB in"
328 "com.sun.identity.common.ISResourceBundle", "al
[all...]

Completed in 41 milliseconds