C F G O R

C

clearResourceCache() - Static method in class org.apache.avalon.excalibur.i18n.ResourceManager
Clear the cache of all resources currently loaded into the system.

F

format(String, Object[]) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a string from resource bundle and format it with specified args.

G

getBaseResources(String) - Static method in class org.apache.avalon.excalibur.i18n.ResourceManager
Retrieve resource with specified basename.
getBaseResources(String, ClassLoader) - Static method in class org.apache.avalon.excalibur.i18n.ResourceManager
Retrieve resource with specified basename.
getBoolean(String, boolean) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a boolean from bundle.
getBoolean(String) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a boolean from bundle.
getBundle() - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve underlying ResourceBundle.
getByte(String, byte) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a byte from bundle.
getByte(String) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a byte from bundle.
getChar(String, char) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a char from bundle.
getChar(String) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a char from bundle.
getClassResources(Class) - Static method in class org.apache.avalon.excalibur.i18n.ResourceManager
Retrieve resource for specified Class.
getClassResourcesBaseName(Class) - Static method in class org.apache.avalon.excalibur.i18n.ResourceManager
Retrieve resource basename for specified Class.
getDate(String, Date) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a date from bundle.
getDate(String) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a date from bundle.
getDateTime(String, Date) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a time from bundle.
getDateTime(String) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a date + time from bundle.
getDouble(String, double) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a double from bundle.
getDouble(String) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a double from bundle.
getFloat(String, float) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a float from bundle.
getFloat(String) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a float from bundle.
getInteger(String, int) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a integer from bundle.
getInteger(String) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a integer from bundle.
getLong(String, long) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a long from bundle.
getLong(String) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a long from bundle.
getPackageResources(Class) - Static method in class org.apache.avalon.excalibur.i18n.ResourceManager
Retrieve resource for specified Classes package.
getPackageResourcesBaseName(Class) - Static method in class org.apache.avalon.excalibur.i18n.ResourceManager
Retrieve resource basename for specified Classes package.
getResources(String) - Static method in class org.apache.avalon.excalibur.i18n.ResourceManager
Retrieve resource for specified name.
getShort(String, short) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a short from bundle.
getShort(String) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a short from bundle.
getString(String) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a raw string from bundle.
getString(String, Object) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a string from resource bundle and format it with specified args.
getString(String, Object, Object) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a string from resource bundle and format it with specified args.
getString(String, Object, Object, Object) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a string from resource bundle and format it with specified args.
getString(String, Object, Object, Object, Object) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a string from resource bundle and format it with specified args.
getString(String, Object, Object, Object, Object, Object) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a string from resource bundle and format it with specified args.
getString(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a string from resource bundle and format it with specified args.
getString(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a string from resource bundle and format it with specified args.
getTime(String, Date) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a time from bundle.
getTime(String) - Method in class org.apache.avalon.excalibur.i18n.Resources
Retrieve a time from bundle.

O

org.apache.avalon.excalibur.i18n - package org.apache.avalon.excalibur.i18n
Resources supporting internationalization.

R

ResourceManager - class org.apache.avalon.excalibur.i18n.ResourceManager.
Manager for resources.
Resources - class org.apache.avalon.excalibur.i18n.Resources.
A class to simplify extracting localized strings, icons and other common resources from a ResourceBundle.
Resources(String) - Constructor for class org.apache.avalon.excalibur.i18n.Resources
Constructor that builds a manager in default locale.
Resources(String, ClassLoader) - Constructor for class org.apache.avalon.excalibur.i18n.Resources
Constructor that builds a manager in default locale using specified ClassLoader.
Resources(String, Locale) - Constructor for class org.apache.avalon.excalibur.i18n.Resources
Constructor that builds a manager in specified locale.
Resources(String, Locale, ClassLoader) - Constructor for class org.apache.avalon.excalibur.i18n.Resources
Constructor that builds a manager in specified locale.

C F G O R

Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.