|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
MessageList object to
this set of messages.
MessageList object to
this set of messages.
MessageList object.
MessageList object initialized to use
the given value for the "global" message key.
MessageList object initialized with the given
messages.
MessageList object initialized with the given
messages and the given global message key.
Resources implementations that
store their name-value mappings for each supported Locale
in a URL-accessible resource file with a common base URL.Resources instance with the specified
logical name and base URL.
Resources
instance with the specified logical name, after calling its init()
method and delegating the relevant properties.
Resources
instance with the specified logical name, after calling its init()
method and delegating the relevant properties.
Resources instance with the
specified logical name, after calling its init()
method and delegating the relevant properties.
Resources instance with the
specified logical name, after calling its init()
method and delegating the relevant properties.
Resources instance with the
specified logical name, after calling its init()
method and delegating the relevant properties.
Resources instance with the
specified logical name, after calling its init()
method and delegating the relevant properties.
Resources instance with the
specified logical name, after calling its init()
method and delegating the relevant properties.
ResourceBundle instances we are wrapping.
ResourceBundle instance
that corresponds to the specified locale parameter.
key as a
byte array, localized based on the specified locale.
key as a
byte array, localized based on the specified locale.
ClassLoader for which we are mapping
ResourceBundle instances.
key as an
InputStream, localized based on the specified locale.
key as an
InputStream, localized based on the specified locale.
Iterator over the defined keys in this
Resources instance.
Iterator over the defined keys in this
Resources instance.
Iterator over the defined keys in this
Resources instance.
List of Locales that should be searched
when locating resources for the specified Locale.
Map to be used to resolve name-value
mappings for the specified Locale.
Map containing the name-value mappings for
the specified base URL and requested Locale, if there
are any.
Map containing the name-value mappings for
the specified base URL and requested Locale, if there
are any.
Map containing the name-value mappings for
the specified base URL and requested Locale, if there
are any.
Map containing the name-value mappings for
the specified base URL and requested Locale, if there
are any.
Map containing the name-value mappings for
the specified base URL and requested Locale, if there
are any.
Map containing the name-value mappings for
the specified base URL and requested Locale, if there
are any.
Locale-specific suffix for the specified
Locale.
Locale.
Locale.
Locale, with parametric replacement.
Locale, with parametric replacement.
Locale, with parametric replacement.
Locale, with parametric replacement.
Locale.
Locale.
Locale, with parametric replacement.
Locale, with parametric replacement.
Locale, with parametric replacement.
Locale, with parametric replacement.
Messages instance
that wraps a Resources instance that contains message resources
for the specified properties file.
Resources
instance.
Resources instance.
key as an
Object, localized based on the specified locale.
key as an
Object, localized based on the specified locale.
key as an
Object, localized based on the specified locale.
key as an
Object, localized based on the specified locale.
key as a
Reader, localized based on the specified locale.
key as a
Reader, localized based on the specified locale.
Resources instance
for the specified logical name, with a default configuration.
Resources instance
for the specified logical name, with a configuration based on
the specified configuration String.
Resources instance that we are wrapping.
Resources instance
for the specified logical name, with a default configuration.
Resources instance
for the specified logical name, with a configuration based on
the specified configuration String.
Resources
instance this message is associated with.
Resources
instance this message is associated with.
ServletContext instance for
resolving our resources references.
key as a
String, localized based on the specified locale.
key as a
String, localized based on the specified locale.
Iterator/Enumeration has more elements.
Iterator/Enumeration has more elements.
Resources instance, before
any of the getXxx() methods are called.
Resources instance, before any of the getXxx()
methods are called.
true if resource getter methods will return
null instead of throwing an exception on invalid
key values.
returnNull property value that will be
configured on Resources instances created by this factory.
true if resource getter methods will return
null instead of throwing an exception on invalid
key values.
returnNull property value that will be
configured on Resources
instances created by this factory.
Resources that retrieves message
key value pairs using JDBC.Resources instance with the specified
logical name and base resource URL.
ResourcesFactory that creates
Resources instances that wraps
a JDBC database connection and retrieves values for the given
Locale and have name suffixes reflecting the
Locale for which the document's messages apply.Resources object that performs message
string lookups from the Resources instance, and parameter
replacement via java.text.MessageFormat.Messages instance that wraps the specified
Resources instance.
Iterator/Enumeration.
Iterator/Enumeration.
org.apache.commons.resources
package.Resources that wraps a family
(one per Locale) of properties files that share a base URL
and have name suffixes reflecting the Locale for which
the document's messages apply.Resources instance with the specified
logical name and base resource URL.
ResourcesFactory that creates
Resources instances that wrap
a family (one per Locale) of properties files that share a base URL
and have name suffices reflecting the Locale for which the document's
messages apply.Resources instances
that have been returned previously, after calling the
destroy() method on each such instance.
Resources instances
that have been returned previously, after calling the
destroy() method of each such instance.
remove() is not supported.
- ResourceBundleResources - Class in org.apache.commons.resources.impl
- Concrete implementation of
Resources that wraps a set
(one per Locale) of java.util.ResourceBundle instances
that share a common base name. - ResourceBundleResources(String, String) -
Constructor for class org.apache.commons.resources.impl.ResourceBundleResources
- Create a new
Resources
instance with the specified
logical name and bundle base name.
- ResourceBundleResourcesFactory - Class in org.apache.commons.resources.impl
- Concrete implementation of
ResourcesFactory that creates
Resources instances that wrap a set (one per Locale) of
java.util.ResourceBundle instances that share a common
base name. - ResourceBundleResourcesFactory() -
Constructor for class org.apache.commons.resources.impl.ResourceBundleResourcesFactory
-
- Resources - Interface in org.apache.commons.resources
- An abstract representation of a set of internationalized resources,
which are arbitrary objects identified by a unique String
key. - ResourcesBase - Class in org.apache.commons.resources.impl
- Convenience base class for
Resources implementations. - ResourcesBase() -
Constructor for class org.apache.commons.resources.impl.ResourcesBase
- Create a new
Resources instance
with no name.
- ResourcesBase(String) -
Constructor for class org.apache.commons.resources.impl.ResourcesBase
- Create a new
Resources instance
with the specified logical name.
- ResourcesException - Exception in org.apache.commons.resources
- This class is a general purpose wrapper exception for problems
pertaining to Resources.
- ResourcesException(String) -
Constructor for exception org.apache.commons.resources.ResourcesException
- Construct an Exception with the specified message.
- ResourcesException(Throwable) -
Constructor for exception org.apache.commons.resources.ResourcesException
- Construct an Exception with the specified cause.
- ResourcesException(String, Throwable) -
Constructor for exception org.apache.commons.resources.ResourcesException
- Construct an Exception with the specified message.
- ResourcesFactory - Interface in org.apache.commons.resources
- A
ResourcesFactory
is a factory pattern interface for a
class that can create Resources
instances based on a logical
name that is passed to the factory. - ResourcesFactoryBase - Class in org.apache.commons.resources.impl
- Convenience base class for
ResourcesFactory implementations. - ResourcesFactoryBase() -
Constructor for class org.apache.commons.resources.impl.ResourcesFactoryBase
-
- ResourcesKeyException - Exception in org.apache.commons.resources
- Specialized subclass of
ResourcesException that is thrown
by a resource getter method of a Resources instance, if an
invalid key value is specified and the returnNull property
is false. - ResourcesKeyException(String) -
Constructor for exception org.apache.commons.resources.ResourcesKeyException
- Construct an exception instance documenting that the specified
key value was invalid.
ResourcesFactory that
will be used by the getMessages() method.
Resources
instance this message is associated with.
null instead of throwing an exception on
invalid key values.
returnNull property value that will be
configured on Resources instances created by this factory.
null instead of throwing an exception on
invalid key values.
returnNull property value that will be configured on
Resources instances created by this
factory.
ServletContext instance for
resolving our resources references.
Resources that wraps a family
(one per Locale of properties files that share a base
context-relative path for servlet context resources, and have
name suffixes reflecting the Locale for which
the document's messages apply.Resources instance with the specified
logical name and base resource URL.
ResourcesFactory that creates
Resources instances that wrap a family (one per Locale) of
property files that share a base context-relative path for
servlet context resources, and have name suffixes reflecting
the Locale for which the file's messages apply.ResourcesFactory.Resources that wraps a family
(one per Locale of XML documents that share a base
context-relative path for servlet context resources, and have
name suffixes reflecting the Locale for which
the document's messages apply.Resources instance with the specified
logical name and base resource URL.
ResourcesFactory that creates
Resources instances that wrap a family (one per Locale) of
XML documents that share a base context-relative path for
servlet context resources, and have name suffixes reflecting
the Locale for which the document's messages apply.Resources that wraps a family
(one per Locale of XML documents that share a base URL
and have name suffixes reflecting the Locale for which
the document's messages apply.Resources instance with the specified
logical name and base resource URL.
ResourcesFactory that creates
Resources instances that wrap a family (one per Locale) of
XML documents that share a base URL and have name suffices reflecting
the Locale for which the document's messages apply.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||