|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.ResourceBundle
wt.util.resource.SerializedResourceBundle
Supported API: false
Extendable: false
Nested Class Summary |
Nested classes inherited from class java.util.ResourceBundle |
|
Field Summary | |
static String |
BUNDLE_EXTENSION
Supported API: false |
private static Hashtable |
cacheList
|
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
private static boolean |
L10N_COMPLETE
|
private Dictionary |
lookup
|
private String |
name
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Fields inherited from class java.util.ResourceBundle |
parent |
Constructor Summary | |
SerializedResourceBundle()
Supported API: false |
|
SerializedResourceBundle(Dictionary keyValues)
Supported API: false |
|
SerializedResourceBundle(Reader input)
Supported API: false |
Method Summary | |
boolean |
containsKey(String key)
|
Enumeration |
getKeys()
|
static ResourceBundle |
getSerializedBundle(String baseName)
Get the appropriate SerializedResourceBundle instance. |
static ResourceBundle |
getSerializedBundle(String baseName,
Locale locale)
Get the appropriate SerializedResourceBundle instance. |
protected Object |
handleGetObject(String key)
|
static void |
main(String[] argv)
|
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected void |
setContents(Dictionary keyValues)
|
protected void |
setupParent(String baseName,
String localeName)
|
String |
toString()
|
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.util.ResourceBundle |
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String BUNDLE_EXTENSION
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private Dictionary lookup
private static Hashtable cacheList
private String name
private static final boolean L10N_COMPLETE
Constructor Detail |
public SerializedResourceBundle()
public SerializedResourceBundle(Dictionary keyValues)
keyValues
- public SerializedResourceBundle(Reader input)
input
- Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
public static ResourceBundle getSerializedBundle(String baseName) throws MissingResourceException
baseName
-
MissingResourceException
public static ResourceBundle getSerializedBundle(String baseName, Locale locale) throws MissingResourceException
baseName
- locale
-
MissingResourceException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
protected void setContents(Dictionary keyValues)
protected Object handleGetObject(String key)
public Enumeration getKeys()
protected void setupParent(String baseName, String localeName) throws IOException, ClassNotFoundException, WTException
IOException
ClassNotFoundException
WTException
public String toString()
public static void main(String[] argv)
public boolean containsKey(String key)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |