Serialized Form
|
Package org.apache.commons.resources |
resources
Resources resources
The Resources instance that we are wrapping.
message
String message
- Exception message
rootCause
Throwable rootCause
- Cause of the exception
|
Package org.apache.commons.resources.impl |
key
String key
- The message key for this message.
values
Object[] values
- The replacement values for this mesasge.
accessed
boolean accessed
- Have the messages been retrieved from this object?
messages
Map messages
- The accumulated set of
Message objects (represented
as a List) for each property, keyed by property name.
count
int count
- The current number of the property/key being added. This is used
to maintain the order messages are added.
globalMessageKey
String globalMessageKey
- The "global" message key for this MessageList
[GLOBAL_MESSAGE_KEY].
list
List list
- The list of
Messages.
order
int order
- The position in the list of messages.
base
String base
The base URL for the per-Locale resources files containing the
name-value mappings for this Resources instance.
defaultLocale
Locale defaultLocale
The default Locale to use when no Locale
is specified by the caller.
lists
Map lists
The previously calculated Locale lists returned
by getLocaleList(), keyed by Locale.
maps
Map maps
The previously calculated name-value mappings Maps
returned by getLocaleMap(), keyed by Locale.
locale
String locale
base
String base
The fully qualified base name of the ResourceBundle
instances to be wrapped.
bundles
Map bundles
Two-level cache of ResourceBundle instances
that have previously been acquired by this Resources
instance. The first-level key is the ClassLoader
instance used to load the bundles. The first-level value is a
java.util.Map that is then, in turn, keyed by the
java.util.Locale to which a particular bundle belongs.
name
String name
The logical name of this Resources
instance.
returnNull
boolean returnNull
Flag indicating whether resource getter methods should return
null (instead of throwing an exception) on invalid
key values.
bufferSize
int bufferSize
- Buffer size for creating char and byte arrays.
resources
Map resources
The set of Resources instances previously created by
this ResourcesFactory, keyed by logical name.
returnNull
boolean returnNull
The returnNull property value that will be configured
on Resources instances created by this factory.
servletContext
javax.servlet.ServletContext servletContext
The ServletContext instance for resolving
our resources references.
servletContext
javax.servlet.ServletContext servletContext
The ServletContext instance for resolving
our resources references.
servletContext
javax.servlet.ServletContext servletContext
The ServletContext instance for resolving
our resources references.
Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.