public class VitroResourceBundle extends ResourceBundle
ResourceBundle.Controlparent| Modifier and Type | Method and Description |
|---|---|
static void |
addAppPrefix(String prefix) |
static VitroResourceBundle |
getBundle(String bundleName,
javax.servlet.ServletContext ctx,
String appI18nPath,
String themeI18nPath,
ResourceBundle.Control control)
Returns the bundle for the for foo_ba_RR, providing that
foo_ba_RR.properties exists in the I18n area of either the theme or the
application.
|
Enumeration<String> |
getKeys() |
protected Object |
handleGetObject(String key) |
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParentpublic static void addAppPrefix(String prefix)
public static VitroResourceBundle getBundle(String bundleName, javax.servlet.ServletContext ctx, String appI18nPath, String themeI18nPath, ResourceBundle.Control control)
public Enumeration<String> getKeys()
getKeys in class ResourceBundleprotected Object handleGetObject(String key)
handleGetObject in class ResourceBundleCopyright © 2022. All rights reserved.