public class MessageManager extends Object implements com.google.gwt.i18n.client.ConstantsWithLookup
com.google.gwt.i18n.client.Constants.DefaultBooleanValue, com.google.gwt.i18n.client.Constants.DefaultDoubleValue, com.google.gwt.i18n.client.Constants.DefaultFloatValue, com.google.gwt.i18n.client.Constants.DefaultIntValue, com.google.gwt.i18n.client.Constants.DefaultStringArrayValue, com.google.gwt.i18n.client.Constants.DefaultStringMapValue, com.google.gwt.i18n.client.Constants.DefaultStringValue
com.google.gwt.i18n.client.LocalizableResource.DefaultLocale, com.google.gwt.i18n.client.LocalizableResource.Description, com.google.gwt.i18n.client.LocalizableResource.Generate, com.google.gwt.i18n.client.LocalizableResource.GeneratedFrom, com.google.gwt.i18n.client.LocalizableResource.GenerateKeys, com.google.gwt.i18n.client.LocalizableResource.Key, com.google.gwt.i18n.client.LocalizableResource.Meaning
Constructor and Description |
---|
MessageManager() |
Modifier and Type | Method and Description |
---|---|
void |
addConstants(com.google.gwt.i18n.client.ConstantsWithLookup constants) |
boolean |
getBoolean(String methodName) |
double |
getDouble(String methodName) |
float |
getFloat(String methodName) |
int |
getInt(String methodName) |
Map<String,String> |
getMap(String methodName) |
String |
getString(String methodName) |
String[] |
getStringArray(String methodName) |
String |
replaceKeys(String templateProperty,
String[] keyNames,
String[] values) |
public void addConstants(com.google.gwt.i18n.client.ConstantsWithLookup constants)
public boolean getBoolean(String methodName) throws MissingResourceException
getBoolean
in interface com.google.gwt.i18n.client.ConstantsWithLookup
MissingResourceException
public double getDouble(String methodName) throws MissingResourceException
getDouble
in interface com.google.gwt.i18n.client.ConstantsWithLookup
MissingResourceException
public float getFloat(String methodName) throws MissingResourceException
getFloat
in interface com.google.gwt.i18n.client.ConstantsWithLookup
MissingResourceException
public int getInt(String methodName) throws MissingResourceException
getInt
in interface com.google.gwt.i18n.client.ConstantsWithLookup
MissingResourceException
public Map<String,String> getMap(String methodName) throws MissingResourceException
getMap
in interface com.google.gwt.i18n.client.ConstantsWithLookup
MissingResourceException
public String getString(String methodName) throws MissingResourceException
getString
in interface com.google.gwt.i18n.client.ConstantsWithLookup
MissingResourceException
public String[] getStringArray(String methodName) throws MissingResourceException
getStringArray
in interface com.google.gwt.i18n.client.ConstantsWithLookup
MissingResourceException
Copyright © 2013. All rights reserved.