org.rythmengine.internal
Class CacheKey

java.lang.Object
  extended by org.rythmengine.internal.CacheKey

public class CacheKey
extends Object

Created with IntelliJ IDEA. User: luog Date: 10/03/13 Time: 7:10 AM To change this template use File | Settings | File Templates.


Constructor Summary
CacheKey()
           
 
Method Summary
static String i18nBundle(RythmEngine engine, Locale locale)
           
static String i18nMsg(ITemplate template, String key, boolean useFormat)
           
static String i18nMsg(ITemplate template, String key, boolean useFormat, Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheKey

public CacheKey()
Method Detail

i18nMsg

public static String i18nMsg(ITemplate template,
                             String key,
                             boolean useFormat)

i18nMsg

public static String i18nMsg(ITemplate template,
                             String key,
                             boolean useFormat,
                             Locale locale)

i18nBundle

public static String i18nBundle(RythmEngine engine,
                                Locale locale)


Copyright © 2013. All Rights Reserved.