|
jacquard 1.12.0 by The Web Engineering Factory and Toolworks | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface for anything that consumes resources.
| Field Summary | |
static java.lang.String |
RESOURCEBUNDLEMAGICTOKEN
The magic token on which I look up the value of my resource bundle name in my configuration |
| Method Summary | |
java.lang.Object |
getResource(java.lang.String key,
Context context)
Deprecated. i18n code is still experimental and the only call I commit to supporting in the longer term is grs(String,Context) |
java.lang.String |
getResourceString(java.lang.String key,
Context context)
Deprecated. i18n code is still experimental and the only call I commit to supporting in the longer term is grs(String,Context) |
java.lang.String |
grs(java.lang.String key)
Deprecated. use grs(String,Context) |
java.lang.String |
grs(java.lang.String key,
Context context)
shorthand for getResourceString; identical to it. |
| Field Detail |
public static final java.lang.String RESOURCEBUNDLEMAGICTOKEN
| Method Detail |
public java.lang.Object getResource(java.lang.String key,
Context context)
throws java.util.MissingResourceException
key - the key to search for
java.util.MissingResourceException - if the key cannot be found.
public java.lang.String getResourceString(java.lang.String key,
Context context)
key - the key to search for
public java.lang.String grs(java.lang.String key,
Context context)
getResourceString(String,Context)public java.lang.String grs(java.lang.String key)
|
jacquard 1.12.0 by The Web Engineering Factory and Toolworks | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||