org.sonar.core.i18n
Class GwtI18n

java.lang.Object
  extended by org.sonar.core.i18n.GwtI18n
All Implemented Interfaces:
ServerComponent

public class GwtI18n
extends Object
implements ServerComponent


Field Summary
static String GWT_BUNDLE
           
 
Constructor Summary
GwtI18n(I18nManager manager)
           
 
Method Summary
 String getJsDictionnary(Locale locale)
          Used by the JRuby on Rails application
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GWT_BUNDLE

public static final String GWT_BUNDLE
See Also:
Constant Field Values
Constructor Detail

GwtI18n

public GwtI18n(I18nManager manager)
Method Detail

start

public void start()

getJsDictionnary

public String getJsDictionnary(Locale locale)
Used by the JRuby on Rails application



Copyright © 2009-2012 SonarSource. All Rights Reserved.