org.broadleafcommerce.openadmin.client
Class MessageManager

java.lang.Object
  extended by org.broadleafcommerce.openadmin.client.MessageManager
All Implemented Interfaces:
com.google.gwt.i18n.client.Constants, com.google.gwt.i18n.client.ConstantsWithLookup, com.google.gwt.i18n.client.Localizable, com.google.gwt.i18n.client.LocalizableResource

public class MessageManager
extends java.lang.Object
implements com.google.gwt.i18n.client.ConstantsWithLookup

Created by IntelliJ IDEA. User: jfischer Date: 8/5/11 Time: 5:36 PM To change this template use File | Settings | File Templates.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Constants
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
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.LocalizableResource
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 Summary
MessageManager()
           
 
Method Summary
 void addConstants(com.google.gwt.i18n.client.ConstantsWithLookup constants)
           
 boolean getBoolean(java.lang.String methodName)
           
 double getDouble(java.lang.String methodName)
           
 float getFloat(java.lang.String methodName)
           
 int getInt(java.lang.String methodName)
           
 java.util.Map<java.lang.String,java.lang.String> getMap(java.lang.String methodName)
           
 java.lang.String getString(java.lang.String methodName)
           
 java.lang.String[] getStringArray(java.lang.String methodName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageManager

public MessageManager()
Method Detail

addConstants

public void addConstants(com.google.gwt.i18n.client.ConstantsWithLookup constants)

getBoolean

public boolean getBoolean(java.lang.String methodName)
                   throws java.util.MissingResourceException
Specified by:
getBoolean in interface com.google.gwt.i18n.client.ConstantsWithLookup
Throws:
java.util.MissingResourceException

getDouble

public double getDouble(java.lang.String methodName)
                 throws java.util.MissingResourceException
Specified by:
getDouble in interface com.google.gwt.i18n.client.ConstantsWithLookup
Throws:
java.util.MissingResourceException

getFloat

public float getFloat(java.lang.String methodName)
               throws java.util.MissingResourceException
Specified by:
getFloat in interface com.google.gwt.i18n.client.ConstantsWithLookup
Throws:
java.util.MissingResourceException

getInt

public int getInt(java.lang.String methodName)
           throws java.util.MissingResourceException
Specified by:
getInt in interface com.google.gwt.i18n.client.ConstantsWithLookup
Throws:
java.util.MissingResourceException

getMap

public java.util.Map<java.lang.String,java.lang.String> getMap(java.lang.String methodName)
                                                        throws java.util.MissingResourceException
Specified by:
getMap in interface com.google.gwt.i18n.client.ConstantsWithLookup
Throws:
java.util.MissingResourceException

getString

public java.lang.String getString(java.lang.String methodName)
                           throws java.util.MissingResourceException
Specified by:
getString in interface com.google.gwt.i18n.client.ConstantsWithLookup
Throws:
java.util.MissingResourceException

getStringArray

public java.lang.String[] getStringArray(java.lang.String methodName)
                                  throws java.util.MissingResourceException
Specified by:
getStringArray in interface com.google.gwt.i18n.client.ConstantsWithLookup
Throws:
java.util.MissingResourceException


Copyright © 2011. All Rights Reserved.