Serialized Form


Package org.apache.commons.resources

Class org.apache.commons.resources.Messages implements Serializable

Serialized Fields

resources

Resources resources

The Resources instance that we are wrapping.

Class org.apache.commons.resources.ResourcesException implements Serializable

Serialized Fields

message

String message
Exception message

rootCause

Throwable rootCause
Cause of the exception

Class org.apache.commons.resources.ResourcesKeyException implements Serializable


Package org.apache.commons.resources.impl

Class org.apache.commons.resources.impl.BasicMessage implements Serializable

Serialized Fields

key

String key
The message key for this message.

values

Object[] values
The replacement values for this mesasge.

Class org.apache.commons.resources.impl.BasicMessageList implements Serializable

Serialized Fields

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].

Class org.apache.commons.resources.impl.BasicMessageList.MessageItem implements Serializable

Serialized Fields

list

List list
The list of Messages.

order

int order
The position in the list of messages.

Class org.apache.commons.resources.impl.CollectionResourcesBase implements Serializable

Serialized Fields

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.

Class org.apache.commons.resources.impl.DatabaseBasicMessage implements Serializable

Serialized Fields

locale

String locale

Class org.apache.commons.resources.impl.JDBCResources implements Serializable

Class org.apache.commons.resources.impl.JDBCResourcesFactory implements Serializable

Class org.apache.commons.resources.impl.PropertyResources implements Serializable

Class org.apache.commons.resources.impl.PropertyResourcesFactory implements Serializable

Class org.apache.commons.resources.impl.ResourceBundleResources implements Serializable

Serialized Fields

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.

Class org.apache.commons.resources.impl.ResourceBundleResourcesFactory implements Serializable

Class org.apache.commons.resources.impl.ResourcesBase implements Serializable

Serialized Fields

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.

Class org.apache.commons.resources.impl.ResourcesFactoryBase implements Serializable

Serialized Fields

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.

Class org.apache.commons.resources.impl.WebappPropertyResources implements Serializable

Serialized Fields

servletContext

javax.servlet.ServletContext servletContext

The ServletContext instance for resolving our resources references.

Class org.apache.commons.resources.impl.WebappPropertyResourcesFactory implements Serializable

Class org.apache.commons.resources.impl.WebappResourcesFactoryBase implements Serializable

Serialized Fields

servletContext

javax.servlet.ServletContext servletContext

The ServletContext instance for resolving our resources references.

Class org.apache.commons.resources.impl.WebappXMLResources implements Serializable

Serialized Fields

servletContext

javax.servlet.ServletContext servletContext

The ServletContext instance for resolving our resources references.

Class org.apache.commons.resources.impl.WebappXMLResourcesFactory implements Serializable

Class org.apache.commons.resources.impl.XMLResources implements Serializable

Class org.apache.commons.resources.impl.XMLResourcesFactory implements Serializable



Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.