org.jboss.errai.ui.client.local.spi
Class Dictionary
java.lang.Object
org.jboss.errai.ui.client.local.spi.Dictionary
public class Dictionary
- extends Object
Dictionary to keep the translations.
- Author:
- edewit@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dictionary
public Dictionary()
get
public Map<String,String> get(String locale)
getSupportedLocals
public Collection<String> getSupportedLocals()
put
public void put(String locale,
String key,
String message)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.