Uses of Class
org.norther.tammi.core.locale.LookupResourceBundle

Packages that use LookupResourceBundle
org.norther.tammi.core.locale   
org.norther.tammi.core.logger   
org.norther.tammi.core.rt   
org.norther.tammi.leaf.jfc   
org.norther.tammi.root.locale   
org.norther.tammi.spray.locale   
 

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 DefaultFallbackMap.getFallbackBundle(Locale locale)
           
 LookupResourceBundle FallbackResources.getFallbackBundle(Locale locale)
          Gets the fallback bundle for the specified locale.
 LookupResourceBundle DefaultFallbackMap.getFallbackBundle(String key, Locale locale)
           
protected  LookupResourceBundle DefaultResourceMap.getFallbackBundle(String key, Locale locale)
          Gets the fallback bundle for the specified key and locale.
 LookupResourceBundle FallbackResources.getFallbackBundle(String key, Locale locale)
          Gets the fallback bundle for the specified key and locale.
 LookupResourceBundle DefaultResourceFinder.getResourceBundle()
           
 LookupResourceBundle ResourceFinder.getResourceBundle()
          Gets the default resource bundle for the default base name.
 LookupResourceBundle DefaultResourceFinder.getResourceBundle(Locale locale)
           
 LookupResourceBundle ResourceFinder.getResourceBundle(Locale locale)
          Gets the default resource bundle for the default base name and the specified locale.
 LookupResourceBundle DefaultResourceFinder.getResourceBundle(String baseName)
           
 LookupResourceBundle DefaultResourceMap.getResourceBundle(String baseName)
           
 LookupResourceBundle ResourceFinder.getResourceBundle(String baseName)
          Gets the appropriate resource bundle for the given base name.
 LookupResourceBundle ResourceMap.getResourceBundle(String baseName)
          Gets a resource bundle for the specified base name.
 LookupResourceBundle DefaultResourceFinder.getResourceBundle(String baseName, Locale locale)
           
 LookupResourceBundle DefaultResourceMap.getResourceBundle(String baseName, Locale locale)
           
 LookupResourceBundle ResourceFinder.getResourceBundle(String baseName, Locale locale)
          Gets the appropriate resource bundle for the given base name and specified locale.
 LookupResourceBundle ResourceMap.getResourceBundle(String baseName, Locale locale)
          Gets a resource bundle for the specified base name and locale.
 LookupResourceBundle DefaultResourceFinder.getResourceBundle(String baseName, Locale locale, ClassLoader loader)
           
 LookupResourceBundle ResourceFinder.getResourceBundle(String baseName, Locale locale, ClassLoader loader)
          Gets the appropriate resource bundle for the given base name, specified locale and class loader.
 LookupResourceBundle DefaultResourceFinder.getResourceBundle(String baseName, Locale locale, String variant)
           
 LookupResourceBundle ResourceFinder.getResourceBundle(String baseName, Locale locale, String variant)
          Gets the appropriate resource bundle for the given base name, specified locale and optional variant.
 LookupResourceBundle DefaultResourceFinder.getResourceBundle(String baseName, Locale locale, String variant, ClassLoader loader)
           
 LookupResourceBundle ResourceFinder.getResourceBundle(String baseName, Locale locale, String variant, ClassLoader loader)
          Gets the appropriate resource bundle for the given base name, specified locale, optional variant and class loader.
protected  LookupResourceBundle DefaultResourceFinder.getResourceBundle(String baseName, String localizedName, Locale locale, ClassLoader loader)
          Gets the resource bundle for the given locale.
 LookupResourceBundle DefaultFallbackMap.resolveFallbackBundle(String name, Locale locale)
           
 LookupResourceBundle FallbackResources.resolveFallbackBundle(String name, Locale locale)
          Resolves a fallback bundle for the qualified name and locale.
 LookupResourceBundle DefaultFallbackMap.resolveFallbackBundle(String name, String key, Locale locale)
           
protected  LookupResourceBundle DefaultResourceMap.resolveFallbackBundle(String name, String key, Locale locale)
          Resolves a fallback bundle for the qualified name, key and locale.
 LookupResourceBundle FallbackResources.resolveFallbackBundle(String name, String key, Locale locale)
          Resolves a fallback bundle for the qualified name, key and locale.
 LookupResourceBundle DefaultResourceMap.resolveResourceBundle(String name)
           
 LookupResourceBundle ResourceMap.resolveResourceBundle(String name)
          Resolves a resource bundle for the qualified name.
 LookupResourceBundle DefaultResourceMap.resolveResourceBundle(String name, Locale locale)
           
 LookupResourceBundle ResourceMap.resolveResourceBundle(String name, Locale locale)
          Resolves a resource bundle for the qualified name and locale.
 

Uses of LookupResourceBundle in org.norther.tammi.core.logger
 

Methods in org.norther.tammi.core.logger that return LookupResourceBundle
 LookupResourceBundle AbstractLogger.getResourceBundle(String baseName)
           
 LookupResourceBundle AbstractLogger.getResourceBundle(String baseName, Locale locale)
           
 LookupResourceBundle AbstractLogger.resolveResourceBundle(String name)
           
 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
 Object DefaultJFCFactory.getInstance(String className, ObjectName loader, String name, LookupResourceBundle bundle)
           
 Object JFCFactory.getInstance(String className, ObjectName loader, String name, LookupResourceBundle bundle)
          Gets a new JFC instance with specified resources by applying the named class loader.
 Object DefaultJFCFactory.getInstance(String className, ObjectName loader, String name, LookupResourceBundle bundle, Object[] params, String[] signature)
           
 Object 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.
 Object DefaultJFCFactory.getInstance(String className, String name, LookupResourceBundle bundle)
           
 Object JFCFactory.getInstance(String className, String name, LookupResourceBundle bundle)
          Gets a new JFC instance with specified resources.
 Object DefaultJFCFactory.getInstance(String className, String name, LookupResourceBundle bundle, Object[] params, String[] signature)
           
 Object JFCFactory.getInstance(String className, String name, LookupResourceBundle bundle, Object[] params, String[] signature)
          Gets a new JFC instance with specified resources by applying constructor parameters.
 String DefaultJFCFactory.getResource(String resource, Component component, LookupResourceBundle bundle)
           
 String JFCFactory.getResource(String resource, Component component, LookupResourceBundle bundle)
          Gets the specified resource of the named component from the resource bundle.
 

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.getResourceBundle(String baseName)
           
 LookupResourceBundle DefaultPipeFilter.getResourceBundle(String baseName, Locale locale)
           
 LookupResourceBundle DefaultPipeFilter.resolveFallbackBundle(String name, Locale locale)
           
 LookupResourceBundle DefaultPipeFilter.resolveFallbackBundle(String name, String key, Locale locale)
           
 LookupResourceBundle DefaultPipeFilter.resolveResourceBundle(String name)
           
 LookupResourceBundle DefaultPipeFilter.resolveResourceBundle(String name, Locale locale)
           
 



Copyright © 2004 The Norther Organization. All rights reserved.