A B C D E G H I J M N O P R S T W X

A

add(String, Message) - Method in class org.apache.commons.resources.impl.BasicMessageList
Add a message to the set of messages for the specified property.
add(Message) - Method in class org.apache.commons.resources.impl.BasicMessageList
Add a message to the set of messages for the "global" property.
add(MessageList) - Method in class org.apache.commons.resources.impl.BasicMessageList
Adds the messages from the given MessageList object to this set of messages.
add(String, Message) - Method in interface org.apache.commons.resources.MessageList
Add a message to the set of messages for the specified property.
add(Message) - Method in interface org.apache.commons.resources.MessageList
Add a message to the set of messages for the "global" property.
add(MessageList) - Method in interface org.apache.commons.resources.MessageList
Adds the messages from the given MessageList object to this set of messages.

B

BasicMessage - Class in org.apache.commons.resources.impl
A basic implementation of the Message interface.
BasicMessage() - Constructor for class org.apache.commons.resources.impl.BasicMessage
Default Constructor.
BasicMessage(String) - Constructor for class org.apache.commons.resources.impl.BasicMessage
Construct a message with no replacement values.
BasicMessage(String, Object) - Constructor for class org.apache.commons.resources.impl.BasicMessage
Construct a message with the specified replacement values.
BasicMessage(String, Object, Object) - Constructor for class org.apache.commons.resources.impl.BasicMessage
Construct a message with the specified replacement values.
BasicMessage(String, Object, Object, Object) - Constructor for class org.apache.commons.resources.impl.BasicMessage
Construct a message with the specified replacement values.
BasicMessage(String, Object, Object, Object, Object) - Constructor for class org.apache.commons.resources.impl.BasicMessage
Construct a message with the specified replacement values.
BasicMessage(String, Object[]) - Constructor for class org.apache.commons.resources.impl.BasicMessage
Construct a message with the specified replacement values.
BasicMessageList - Class in org.apache.commons.resources.impl
A basic implementation of a MessageList.
BasicMessageList() - Constructor for class org.apache.commons.resources.impl.BasicMessageList
Create an empty MessageList object.
BasicMessageList(String) - Constructor for class org.apache.commons.resources.impl.BasicMessageList
Create an MessageList object initialized to use the given value for the "global" message key.
BasicMessageList(MessageList) - Constructor for class org.apache.commons.resources.impl.BasicMessageList
Create an MessageList object initialized with the given messages.
BasicMessageList(String, MessageList) - Constructor for class org.apache.commons.resources.impl.BasicMessageList
Create an MessageList object initialized with the given messages and the given global message key.
BasicMessageList.MessageItem - Class in org.apache.commons.resources.impl
Holds messages for a specified property.
BasicMessageList.MessageItem(List, int) - Constructor for class org.apache.commons.resources.impl.BasicMessageList.MessageItem
Construct a MessageItem with a list of messages and specified order.

C

clear() - Method in class org.apache.commons.resources.impl.BasicMessageList
Clear all messages recorded by this object.
clear() - Method in interface org.apache.commons.resources.MessageList
Clear all messages recorded by this object.
CollectionResourcesBase - Class in org.apache.commons.resources.impl
Abstract base classes for Resources implementations that store their name-value mappings for each supported Locale in a URL-accessible resource file with a common base URL.
CollectionResourcesBase(String, String) - Constructor for class org.apache.commons.resources.impl.CollectionResourcesBase
Create a new Resources instance with the specified logical name and base URL.
createResources(String, String) - Method in class org.apache.commons.resources.impl.JDBCResourcesFactory
Create and return a new Resources instance with the specified logical name, after calling its init() method and delegating the relevant properties.
createResources(String, String) - Method in class org.apache.commons.resources.impl.PropertyResourcesFactory
Create and return a new Resources instance with the specified logical name, after calling its init() method and delegating the relevant properties.
createResources(String, String) - Method in class org.apache.commons.resources.impl.ResourceBundleResourcesFactory
Create and return a new Resources instance with the specified logical name, after calling its init() method and delegating the relevant properties.
createResources(String, String) - Method in class org.apache.commons.resources.impl.ResourcesFactoryBase
Create and return a new Resources instance with the specified logical name, after calling its init() method and delegating the relevant properties.
createResources(String, String) - Method in class org.apache.commons.resources.impl.WebappPropertyResourcesFactory
Create and return a new Resources instance with the specified logical name, after calling its init() method and delegating the relevant properties.
createResources(String, String) - Method in class org.apache.commons.resources.impl.WebappXMLResourcesFactory
Create and return a new Resources instance with the specified logical name, after calling its init() method and delegating the relevant properties.
createResources(String, String) - Method in class org.apache.commons.resources.impl.XMLResourcesFactory
Create and return a new Resources instance with the specified logical name, after calling its init() method and delegating the relevant properties.

D

DatabaseBasicMessage - Class in org.apache.commons.resources.impl
BasicMessage to allow standard ORM configuration (no complex keys).
DatabaseBasicMessage() - Constructor for class org.apache.commons.resources.impl.DatabaseBasicMessage
Default Constructor.
DatabaseBasicMessage(String, String, Object[]) - Constructor for class org.apache.commons.resources.impl.DatabaseBasicMessage
Construct a message for a specified Locale with the specified replacement values.
destroy() - Method in class org.apache.commons.resources.impl.CollectionResourcesBase
This method must be called when the manager of this resource decides that it's no longer needed.
destroy() - Method in class org.apache.commons.resources.impl.ResourcesBase
This method must be called when the manager of this resource decides that it's no longer needed.
destroy() - Method in interface org.apache.commons.resources.Resources
This method must be called when the manager of this resource decides that it's no longer needed.

E

equals(Object) - Method in class org.apache.commons.resources.impl.DatabaseBasicMessage
Compare this message to another.

G

get() - Method in class org.apache.commons.resources.impl.BasicMessageList
Return the set of all recorded messages, without distinction by which property the messages are associated with.
get(String) - Method in class org.apache.commons.resources.impl.BasicMessageList
Return the set of messages related to a specific property.
get() - Method in interface org.apache.commons.resources.MessageList
Return the set of all recorded messages, without distinction by which property the messages are associated with.
get(String) - Method in interface org.apache.commons.resources.MessageList
Return the set of messages related to a specific property.
getBase() - Method in class org.apache.commons.resources.impl.ResourceBundleResources
Return the fully qualified base name of the ResourceBundle instances we are wrapping.
getBufferSize() - Method in class org.apache.commons.resources.impl.ResourcesBase
Return the size of the buffer to use when converting InputStream or Reader objects.
getBundle(Locale) - Method in class org.apache.commons.resources.impl.ResourceBundleResources
Return the appropriate ResourceBundle instance that corresponds to the specified locale parameter.
getBytes(String, Locale) - Method in class org.apache.commons.resources.impl.ResourcesBase
Return the content for the specified key as a byte array, localized based on the specified locale.
getBytes(String, Locale) - Method in interface org.apache.commons.resources.Resources
Return the content for the specified key as a byte array, localized based on the specified locale.
getClassLoader() - Method in class org.apache.commons.resources.impl.ResourceBundleResources
Return the ClassLoader for which we are mapping ResourceBundle instances.
getDefaultLocale() - Method in class org.apache.commons.resources.impl.CollectionResourcesBase
Return the default locale.
getGlobalMessageKey() - Method in class org.apache.commons.resources.impl.BasicMessageList
 
getGlobalMessageKey() - Method in interface org.apache.commons.resources.MessageList
 
getInputStream(String, Locale) - Method in class org.apache.commons.resources.impl.ResourcesBase
Return the content for the specified key as an InputStream, localized based on the specified locale.
getInputStream(String, Locale) - Method in interface org.apache.commons.resources.Resources
Return the content for the specified key as an InputStream, localized based on the specified locale.
getKey() - Method in class org.apache.commons.resources.impl.BasicMessage
 
getKey() - Method in interface org.apache.commons.resources.Message
 
getKeys() - Method in class org.apache.commons.resources.impl.CollectionResourcesBase
 
getKeys() - Method in class org.apache.commons.resources.impl.ResourceBundleResources
Return an Iterator over the defined keys in this Resources instance.
getKeys() - Method in class org.apache.commons.resources.impl.ResourcesBase
Return an Iterator over the defined keys in this Resources instance.
getKeys() - Method in interface org.apache.commons.resources.Resources
Return an Iterator over the defined keys in this Resources instance.
getList() - Method in class org.apache.commons.resources.impl.BasicMessageList.MessageItem
 
getLocale() - Method in class org.apache.commons.resources.impl.DatabaseBasicMessage
Return the locale for the message.
getLocaleList(Locale) - Method in class org.apache.commons.resources.impl.CollectionResourcesBase
Return a List of Locales that should be searched when locating resources for the specified Locale.
getLocaleMap(Locale) - Method in class org.apache.commons.resources.impl.CollectionResourcesBase
Return the Map to be used to resolve name-value mappings for the specified Locale.
getLocaleMap(String, Locale) - Method in class org.apache.commons.resources.impl.CollectionResourcesBase
Return a Map containing the name-value mappings for the specified base URL and requested Locale, if there are any.
getLocaleMap(String, Locale) - Method in class org.apache.commons.resources.impl.JDBCResources
Return a Map containing the name-value mappings for the specified base URL and requested Locale, if there are any.
getLocaleMap(String, Locale) - Method in class org.apache.commons.resources.impl.PropertyResources
Return a Map containing the name-value mappings for the specified base URL and requested Locale, if there are any.
getLocaleMap(String, Locale) - Method in class org.apache.commons.resources.impl.WebappPropertyResources
Return a Map containing the name-value mappings for the specified base URL and requested Locale, if there are any.
getLocaleMap(String, Locale) - Method in class org.apache.commons.resources.impl.WebappXMLResources
Return a Map containing the name-value mappings for the specified base URL and requested Locale, if there are any.
getLocaleMap(String, Locale) - Method in class org.apache.commons.resources.impl.XMLResources
Return a Map containing the name-value mappings for the specified base URL and requested Locale, if there are any.
getLocaleSuffix(Locale) - Method in class org.apache.commons.resources.impl.CollectionResourcesBase
Return the Locale-specific suffix for the specified Locale.
getMessage(String) - Method in class org.apache.commons.resources.Messages
Return a text message for the specified key, for the default Locale.
getMessage(Locale, String) - Method in class org.apache.commons.resources.Messages
Return a text message for the specified key, for the specified Locale.
getMessage(String, Object[]) - Method in class org.apache.commons.resources.Messages
Return a text message for the specified key, for the default Locale, with parametric replacement.
getMessage(Locale, String, Object[]) - Method in class org.apache.commons.resources.Messages
Return a text message for the specified key, for the specified Locale, with parametric replacement.
getMessage(String, Object) - Method in class org.apache.commons.resources.Messages
Return a text message for the specified key, for the default Locale, with parametric replacement.
getMessage(Locale, String, Object) - Method in class org.apache.commons.resources.Messages
Return a text message for the specified key, for the specified Locale, with parametric replacement.
getMessage(Resources, String) - Static method in class org.apache.commons.resources.Messages
Return a text message for the specified key, for the default Locale.
getMessage(Resources, Locale, String) - Static method in class org.apache.commons.resources.Messages
Return a text message for the specified key, for the specified Locale.
getMessage(Resources, String, Object[]) - Static method in class org.apache.commons.resources.Messages
Return a text message for the specified key, for the default Locale, with parametric replacement.
getMessage(Resources, Locale, String, Object[]) - Static method in class org.apache.commons.resources.Messages
Return a text message for the specified key, for the specified Locale, with parametric replacement.
getMessage(Resources, String, Object) - Static method in class org.apache.commons.resources.Messages
Return a text message for the specified key, for the default Locale, with parametric replacement.
getMessage(Resources, Locale, String, Object) - Static method in class org.apache.commons.resources.Messages
Return a text message for the specified key, for the specified Locale, with parametric replacement.
getMessage() - Method in exception org.apache.commons.resources.ResourcesException
Return the message.
getMessages(String) - Static method in class org.apache.commons.resources.Messages
Convenience factory method to create a Messages instance that wraps a Resources instance that contains message resources for the specified properties file.
getName() - Method in class org.apache.commons.resources.impl.ResourcesBase
Return the logical name of this Resources instance.
getName() - Method in interface org.apache.commons.resources.Resources
Return the logical name of this Resources instance.
getObject(String, Locale) - Method in class org.apache.commons.resources.impl.CollectionResourcesBase
Return the content for the specified key as an Object, localized based on the specified locale.
getObject(String, Locale) - Method in class org.apache.commons.resources.impl.ResourceBundleResources
Return the content for the specified key as an Object, localized based on the specified locale.
getObject(String, Locale) - Method in class org.apache.commons.resources.impl.ResourcesBase
Return the content for the specified key as an Object, localized based on the specified locale.
getObject(String, Locale) - Method in interface org.apache.commons.resources.Resources
Return the content for the specified key as an Object, localized based on the specified locale.
getOrder() - Method in class org.apache.commons.resources.impl.BasicMessageList.MessageItem
 
getReader(String, Locale) - Method in class org.apache.commons.resources.impl.ResourcesBase
Return the content for the specified key as a Reader, localized based on the specified locale.
getReader(String, Locale) - Method in interface org.apache.commons.resources.Resources
Return the content for the specified key as a Reader, localized based on the specified locale.
getResources(String) - Method in class org.apache.commons.resources.impl.ResourcesFactoryBase
Create (if necessary) and return a Resources instance for the specified logical name, with a default configuration.
getResources(String, String) - Method in class org.apache.commons.resources.impl.ResourcesFactoryBase
Create (if necessary) and return a Resources instance for the specified logical name, with a configuration based on the specified configuration String.
getResources() - Method in class org.apache.commons.resources.Messages
Return the Resources instance that we are wrapping.
getResources(String) - Method in interface org.apache.commons.resources.ResourcesFactory
Create (if necessary) and return a Resources instance for the specified logical name, with a default configuration.
getResources(String, String) - Method in interface org.apache.commons.resources.ResourcesFactory
Create (if necessary) and return a Resources instance for the specified logical name, with a configuration based on the specified configuration String.
getResourcesName() - Method in class org.apache.commons.resources.impl.BasicMessage
Return the logical name of the Resources instance this message is associated with.
getResourcesName() - Method in interface org.apache.commons.resources.Message
Return the logical name of the Resources instance this message is associated with.
getRootCause() - Method in exception org.apache.commons.resources.ResourcesException
Return the cause.
getServletContext() - Method in class org.apache.commons.resources.impl.WebappResourcesFactoryBase
Return the ServletContext instance for resolving our resources references.
getString(String, Locale) - Method in class org.apache.commons.resources.impl.ResourcesBase
Return the content for the specified key as a String, localized based on the specified locale.
getString(String, Locale) - Method in interface org.apache.commons.resources.Resources
Return the content for the specified key as a String, localized based on the specified locale.
getValue() - Method in class org.apache.commons.resources.impl.DatabaseBasicMessage
Return the replacement value for the message.
getValues() - Method in class org.apache.commons.resources.impl.BasicMessage
 
getValues() - Method in interface org.apache.commons.resources.Message
 
GLOBAL_MESSAGE_KEY - Static variable in interface org.apache.commons.resources.MessageList
A default key to represent "global" messages that do not pertain to a particular property.

H

hashCode() - Method in class org.apache.commons.resources.impl.DatabaseBasicMessage
Return the hashcode for the message.
hasMoreElements() - Method in class org.apache.commons.resources.util.IteratorEnumeration
Indicates whether the wrapped Iterator/Enumeration has more elements.
hasNext() - Method in class org.apache.commons.resources.util.IteratorEnumeration
Indicates whether the wrapped Iterator/Enumeration has more elements.

I

init() - Method in class org.apache.commons.resources.impl.ResourcesBase
This must be called to initialize the data content of this Resources instance, before any of the getXxx() methods are called.
init() - Method in interface org.apache.commons.resources.Resources
This must be called to initialize the data content of this Resources instance, before any of the getXxx() methods are called.
isAccessed() - Method in class org.apache.commons.resources.impl.BasicMessageList
Determines if the MessageList's messages have been accessed one or more times.
isAccessed() - Method in interface org.apache.commons.resources.MessageList
Determines if the MessageList's messages have been accessed one or more times.
isEmpty() - Method in class org.apache.commons.resources.impl.BasicMessageList
 
isEmpty() - Method in interface org.apache.commons.resources.MessageList
 
isReturnNull() - Method in class org.apache.commons.resources.impl.ResourcesBase
Return true if resource getter methods will return null instead of throwing an exception on invalid key values.
isReturnNull() - Method in class org.apache.commons.resources.impl.ResourcesFactoryBase
Return the returnNull property value that will be configured on Resources instances created by this factory.
isReturnNull() - Method in interface org.apache.commons.resources.Resources
Return true if resource getter methods will return null instead of throwing an exception on invalid key values.
isReturnNull() - Method in interface org.apache.commons.resources.ResourcesFactory
Return the returnNull property value that will be configured on Resources instances created by this factory.
IteratorEnumeration - Class in org.apache.commons.resources.util
Two way Adaptor class for java.util.Iterator and java.util.Enumeration.
IteratorEnumeration(Iterator) - Constructor for class org.apache.commons.resources.util.IteratorEnumeration
Construct an instance which wraps an Iterator.
IteratorEnumeration(Enumeration) - Constructor for class org.apache.commons.resources.util.IteratorEnumeration
Construct an instance which wraps an Enumeration.

J

JDBCResources - Class in org.apache.commons.resources.impl
Concrete implementation of Resources that retrieves message key value pairs using JDBC.
JDBCResources(String, String) - Constructor for class org.apache.commons.resources.impl.JDBCResources
Create a new Resources instance with the specified logical name and base resource URL.
JDBCResourcesFactory - Class in org.apache.commons.resources.impl
Concrete implementation of 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.
JDBCResourcesFactory() - Constructor for class org.apache.commons.resources.impl.JDBCResourcesFactory
 

M

Message - Interface in org.apache.commons.resources
An encapsulation of an individual message stored in a MessageList object, consisting of a message key (to be used to look up message text in an appropriate message resources database) plus up to four placeholder objects that can be used for parametric replacement in the message text.
MessageList - Interface in org.apache.commons.resources
A class that encapsulates messages.
Messages - Class in org.apache.commons.resources
Wrapper around any Resources object that performs message string lookups from the Resources instance, and parameter replacement via java.text.MessageFormat.
Messages(Resources) - Constructor for class org.apache.commons.resources.Messages
Construct a Messages instance that wraps the specified Resources instance.

N

next() - Method in class org.apache.commons.resources.util.IteratorEnumeration
Returns the next element in the wrapped Iterator/Enumeration.
nextElement() - Method in class org.apache.commons.resources.util.IteratorEnumeration
Returns the next element in the wrapped Iterator/Enumeration.

O

org.apache.commons.resources - package org.apache.commons.resources
Resources is a component that provides advanced management of message resources.
org.apache.commons.resources.impl - package org.apache.commons.resources.impl
This package contains implementations for the various defined in the org.apache.commons.resources package.
org.apache.commons.resources.util - package org.apache.commons.resources.util
This package contains utility classes used by Commons Resources.

P

properties() - Method in class org.apache.commons.resources.impl.BasicMessageList
Return the set of property names for which at least one message has been recorded.
properties() - Method in interface org.apache.commons.resources.MessageList
Return the set of property names for which at least one message has been recorded.
PropertyResources - Class in org.apache.commons.resources.impl
Concrete implementation of 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.
PropertyResources(String, String) - Constructor for class org.apache.commons.resources.impl.PropertyResources
Create a new Resources instance with the specified logical name and base resource URL.
PropertyResourcesFactory - Class in org.apache.commons.resources.impl
Concrete implementation of 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.
PropertyResourcesFactory() - Constructor for class org.apache.commons.resources.impl.PropertyResourcesFactory
 

R

release() - Method in class org.apache.commons.resources.impl.ResourcesFactoryBase
Release any internal references to Resources instances that have been returned previously, after calling the destroy() method on each such instance.
release() - Method in interface org.apache.commons.resources.ResourcesFactory
Release any internal references to Resources instances that have been returned previously, after calling the destroy() method of each such instance.
remove() - Method in class org.apache.commons.resources.util.IteratorEnumeration
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.

S

setBufferSize(int) - Method in class org.apache.commons.resources.impl.ResourcesBase
Set the size of the buffer to use when converting InputStream or Reader objects.
setDefaultLocale(Locale) - Method in class org.apache.commons.resources.impl.CollectionResourcesBase
Set the default locale.
setFactory(ResourcesFactory) - Static method in class org.apache.commons.resources.Messages
Set the ResourcesFactory that will be used by the getMessages() method.
setGlobalMessageKey(String) - Method in class org.apache.commons.resources.impl.BasicMessageList
 
setGlobalMessageKey(String) - Method in interface org.apache.commons.resources.MessageList
 
setKey(String) - Method in class org.apache.commons.resources.impl.BasicMessage
Set the key for the message.
setList(List) - Method in class org.apache.commons.resources.impl.BasicMessageList.MessageItem
 
setLocale(String) - Method in class org.apache.commons.resources.impl.DatabaseBasicMessage
Set the locale for the message.
setOrder(int) - Method in class org.apache.commons.resources.impl.BasicMessageList.MessageItem
 
setResourcesName(String) - Method in class org.apache.commons.resources.impl.BasicMessage
Set the logical name of the Resources instance this message is associated with.
setReturnNull(boolean) - Method in class org.apache.commons.resources.impl.ResourcesBase
Set a flag determining whether resource getter methods should return null instead of throwing an exception on invalid key values.
setReturnNull(boolean) - Method in class org.apache.commons.resources.impl.ResourcesFactoryBase
Set the returnNull property value that will be configured on Resources instances created by this factory.
setReturnNull(boolean) - Method in interface org.apache.commons.resources.Resources
Set a flag determining whether resource getter methods should return null instead of throwing an exception on invalid key values.
setReturnNull(boolean) - Method in interface org.apache.commons.resources.ResourcesFactory
Set the returnNull property value that will be configured on Resources instances created by this factory.
setServletContext(ServletContext) - Method in class org.apache.commons.resources.impl.WebappResourcesFactoryBase
Set the ServletContext instance for resolving our resources references.
setValue(String) - Method in class org.apache.commons.resources.impl.DatabaseBasicMessage
Set a replacement value for the message.
setValues(Object[]) - Method in class org.apache.commons.resources.impl.BasicMessage
 
size() - Method in class org.apache.commons.resources.impl.BasicMessageList
Return the number of messages recorded for all properties (including global messages).
size(String) - Method in class org.apache.commons.resources.impl.BasicMessageList
Return the number of messages associated with the specified property.
size() - Method in interface org.apache.commons.resources.MessageList
Return the number of messages recorded for all properties (including global messages).
size(String) - Method in interface org.apache.commons.resources.MessageList
Return the number of messages associated with the specified property.

T

toString() - Method in class org.apache.commons.resources.impl.BasicMessage
Returns a String in the format: resourcesName:key[value0, value1, etc].
toString() - Method in class org.apache.commons.resources.impl.BasicMessageList
Returns a String representation of this MessageList's [property name]=[message list] mapping.

W

WebappPropertyResources - Class in org.apache.commons.resources.impl
Concrete implementation of 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.
WebappPropertyResources(String, String, ServletContext) - Constructor for class org.apache.commons.resources.impl.WebappPropertyResources
Create a new Resources instance with the specified logical name and base resource URL.
WebappPropertyResourcesFactory - Class in org.apache.commons.resources.impl
Concrete implementation of 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.
WebappPropertyResourcesFactory() - Constructor for class org.apache.commons.resources.impl.WebappPropertyResourcesFactory
 
WebappResourcesFactoryBase - Class in org.apache.commons.resources.impl
Convenience base class for Web App implementations of ResourcesFactory.
WebappResourcesFactoryBase() - Constructor for class org.apache.commons.resources.impl.WebappResourcesFactoryBase
 
WebappXMLResources - Class in org.apache.commons.resources.impl
Concrete implementation of 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.
WebappXMLResources(String, String, ServletContext) - Constructor for class org.apache.commons.resources.impl.WebappXMLResources
Create a new Resources instance with the specified logical name and base resource URL.
WebappXMLResourcesFactory - Class in org.apache.commons.resources.impl
Concrete implementation of 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.
WebappXMLResourcesFactory() - Constructor for class org.apache.commons.resources.impl.WebappXMLResourcesFactory
 

X

XMLResources - Class in org.apache.commons.resources.impl
Concrete implementation of 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.
XMLResources(String, String) - Constructor for class org.apache.commons.resources.impl.XMLResources
Create a new Resources instance with the specified logical name and base resource URL.
XMLResourcesFactory - Class in org.apache.commons.resources.impl
Concrete implementation of 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.
XMLResourcesFactory() - Constructor for class org.apache.commons.resources.impl.XMLResourcesFactory
 

A B C D E G H I J M N O P R S T W X

Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.