public interface MessageBundleFactory
| Modifier and Type | Method and Description |
|---|---|
MessageBundle |
getBundle(GadgetSpec spec,
Locale locale,
boolean ignoreCache,
String container)
Retrieves a messagMessageBundle for the provided GadgetSpec and Locale.
|
MessageBundle getBundle(GadgetSpec spec, Locale locale, boolean ignoreCache, String container) throws GadgetException
spec - The gadget to inspect for Locales.locale - The language and country to get a message bundle for.ignoreCache - True to bypass any caching of message bundles for debugging purposes.container - The container that is requesting this message bundleGadgetException - if retrieval fails for any reason.Copyright © 2007-2012. All Rights Reserved.