|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of LookupResourceBundle in org.norther.tammi.core.locale |
|---|
| Subclasses of LookupResourceBundle in org.norther.tammi.core.locale | |
|---|---|
class |
ConfigurationResourceBundle
A concrete subclass of java.util.ResourceBundle that manages
resources for a locale using a set of static strings from a property file. |
class |
PluggableResourceBundle
An abstract extension of LookupResourceBundle with support to
plug-in to a named resource finder. |
| Methods in org.norther.tammi.core.locale that return LookupResourceBundle | |
|---|---|
LookupResourceBundle |
FallbackResources.getFallbackBundle(Locale... locale)
Gets the fallback bundle for the specified locale. |
LookupResourceBundle |
DefaultFallbackMap.getFallbackBundle(Locale... locale)
|
LookupResourceBundle |
FallbackResources.getFallbackBundle(String key,
Locale... locale)
Gets the fallback bundle for the specified key and locale. |
protected LookupResourceBundle |
DefaultResourceMap.getFallbackBundle(String key,
Locale... locale)
Gets the fallback bundle for the specified key and locale. |
LookupResourceBundle |
DefaultFallbackMap.getFallbackBundle(String key,
Locale... locale)
|
LookupResourceBundle |
ResourceFinder.getResourceBundle(Locale... locale)
Gets the default resource bundle for the default base name and the specified locale. |
LookupResourceBundle |
DefaultResourceFinder.getResourceBundle(Locale... locale)
|
LookupResourceBundle |
ResourceFinder.getResourceBundle(String baseName,
ClassLoader loader,
Locale... locale)
Gets the appropriate resource bundle for the given base name, specified locale and class loader. |
LookupResourceBundle |
DefaultResourceFinder.getResourceBundle(String baseName,
ClassLoader loader,
Locale... locale)
|
LookupResourceBundle |
ResourceFinder.getResourceBundle(String baseName,
Locale... locale)
Gets the appropriate resource bundle for the given base name and specified locale. |
LookupResourceBundle |
DefaultResourceFinder.getResourceBundle(String baseName,
Locale... locale)
|
LookupResourceBundle |
ResourceFinder.getResourceBundle(String baseName,
String variant,
ClassLoader loader,
Locale... locale)
Gets the appropriate resource bundle for the given base name, specified locale, optional variant and class loader. |
LookupResourceBundle |
DefaultResourceFinder.getResourceBundle(String baseName,
String variant,
ClassLoader loader,
Locale... locale)
|
protected LookupResourceBundle |
DefaultResourceFinder.getResourceBundle(String baseName,
String localizedName,
ClassLoader loader,
Locale locale)
Gets the resource bundle for the given locale. |
LookupResourceBundle |
ResourceFinder.getResourceBundle(String baseName,
String variant,
Locale... locale)
Gets the appropriate resource bundle for the given base name, specified locale and optional variant. |
LookupResourceBundle |
DefaultResourceFinder.getResourceBundle(String baseName,
String variant,
Locale... locale)
|
LookupResourceBundle |
FallbackResources.resolveFallbackBundle(String name,
Locale... locale)
Resolves a fallback bundle for the qualified name and locale. |
LookupResourceBundle |
DefaultFallbackMap.resolveFallbackBundle(String name,
Locale... locale)
|
LookupResourceBundle |
FallbackResources.resolveFallbackBundle(String name,
String key,
Locale... locale)
Resolves a fallback bundle for the qualified name, key and locale. |
protected LookupResourceBundle |
DefaultResourceMap.resolveFallbackBundle(String name,
String key,
Locale... locale)
Resolves a fallback bundle for the qualified name, key and locale. |
LookupResourceBundle |
DefaultFallbackMap.resolveFallbackBundle(String name,
String key,
Locale... locale)
|
LookupResourceBundle |
ResourceMap.resolveResourceBundle(String name,
Locale... locale)
Resolves a resource bundle for the qualified name and locale. |
LookupResourceBundle |
DefaultResourceMap.resolveResourceBundle(String name,
Locale... locale)
|
| Uses of LookupResourceBundle in org.norther.tammi.core.logger |
|---|
| Methods in org.norther.tammi.core.logger that return LookupResourceBundle | |
|---|---|
LookupResourceBundle |
AbstractLogger.resolveResourceBundle(String name,
Locale... locale)
|
| Uses of LookupResourceBundle in org.norther.tammi.core.rt |
|---|
| Methods in org.norther.tammi.core.rt that return LookupResourceBundle | |
|---|---|
protected LookupResourceBundle |
Introspector.getResourceBundle(String baseName)
Gets the resource bundle for a base name. |
protected LookupResourceBundle |
Introspector.getResourceBundle(Variable variable,
MBeanAttributeInfo attribute)
Gets the resource bundle for an attribute. |
| Uses of LookupResourceBundle in org.norther.tammi.leaf.jfc |
|---|
| Methods in org.norther.tammi.leaf.jfc with parameters of type LookupResourceBundle | |
|---|---|
Component |
JFCFactory.getInstance(String className,
ObjectName loader,
String name,
LookupResourceBundle bundle)
Gets a new JFC instance with specified resources by applying the named class loader. |
Component |
DefaultJFCFactory.getInstance(String className,
ObjectName loader,
String name,
LookupResourceBundle bundle)
|
Component |
JFCFactory.getInstance(String className,
ObjectName loader,
String name,
LookupResourceBundle bundle,
Object[] params,
String[] signature)
Gets a new JFC instance with specified resources by applying constructor parameters and the named class loader. |
Component |
DefaultJFCFactory.getInstance(String className,
ObjectName loader,
String name,
LookupResourceBundle bundle,
Object[] params,
String[] signature)
|
Component |
JFCFactory.getInstance(String className,
String name,
LookupResourceBundle bundle)
Gets a new JFC instance with specified resources. |
Component |
DefaultJFCFactory.getInstance(String className,
String name,
LookupResourceBundle bundle)
|
Component |
JFCFactory.getInstance(String className,
String name,
LookupResourceBundle bundle,
Object[] params,
String[] signature)
Gets a new JFC instance with specified resources by applying constructor parameters. |
Component |
DefaultJFCFactory.getInstance(String className,
String name,
LookupResourceBundle bundle,
Object[] params,
String[] signature)
|
String |
JFCFactory.getResource(String resource,
Component component,
LookupResourceBundle bundle)
Gets the specified resource of the named component from the resource bundle. |
String |
DefaultJFCFactory.getResource(String resource,
Component component,
LookupResourceBundle bundle)
|
| Method parameters in org.norther.tammi.leaf.jfc with type arguments of type LookupResourceBundle | |
|---|---|
protected void |
DefaultJFCFactory.loadResources(Object wid,
String name,
List<LookupResourceBundle> bundles)
Loads resources of the specified widget. |
| Uses of LookupResourceBundle in org.norther.tammi.root.locale |
|---|
| Subclasses of LookupResourceBundle in org.norther.tammi.root.locale | |
|---|---|
class |
Dictionary
A concrete subclass of PersistentResourceBundle to be extended
by DictionaryInitializer to support localized dictionaries
through the ResourceBundle mechanism. |
class |
PersistentResourceBundle
An abstract extension to PluggableResourceBundle maintaining its
resources in a persistent repository. |
class |
SampleResourceBundle
A concrete subclass of PersistentResourceBundle that can be
mapped to a database table containing localized resources and applied as a
sample in resource queries from the database. |
| Uses of LookupResourceBundle in org.norther.tammi.spray.locale |
|---|
| Methods in org.norther.tammi.spray.locale that return LookupResourceBundle | |
|---|---|
LookupResourceBundle |
DefaultPipeFilter.getFallbackBundle(Locale... locale)
|
LookupResourceBundle |
DefaultPipeFilter.getFallbackBundle(String key,
Locale... locale)
|
LookupResourceBundle |
DefaultPipeFilter.resolveFallbackBundle(String name,
Locale... locale)
|
LookupResourceBundle |
DefaultPipeFilter.resolveFallbackBundle(String name,
String key,
Locale... locale)
|
LookupResourceBundle |
DefaultPipeFilter.resolveResourceBundle(String name,
Locale... locale)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||