Errai 3.0.1-SNAPSHOT

org.jboss.errai.ui.client.local.spi
Class Dictionary

java.lang.Object
  extended by org.jboss.errai.ui.client.local.spi.Dictionary

public class Dictionary
extends Object

Dictionary to keep the translations.

Author:
edewit@redhat.com

Constructor Summary
Dictionary()
           
 
Method Summary
 Map<String,String> get(String locale)
           
 Collection<String> getSupportedLocals()
           
 void put(String locale, String key, String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dictionary

public Dictionary()
Method Detail

get

public Map<String,String> get(String locale)

getSupportedLocals

public Collection<String> getSupportedLocals()

put

public void put(String locale,
                String key,
                String message)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.