A C D E G H I J K L M N O P S T V

A

AbstractPlaceholder - Class in org.reactive.beans.factory.config
Allows for configuration of individual bean property values from a configuration resource.
AbstractPlaceholder(String) - Constructor for class org.reactive.beans.factory.config.AbstractPlaceholder
The constructor calls the AbstractPlaceholder.determineType(String) and AbstractPlaceholder.determineKey(String) methods to determine the placeholders type and the placeholders key respectivly.
AbstractPlaceholderEvaluator - Class in org.reactive.beans.factory.config
An abstract placeholder evaluator whos AbstractPlaceholderEvaluator.evaluate(Placeholder) method delegates off the an appropriate evaluate method based on the type returned from Placeholder.getType().
AbstractPlaceholderEvaluator() - Constructor for class org.reactive.beans.factory.config.AbstractPlaceholderEvaluator
 
afterPropertiesSet() - Method in class org.reactive.configuration.PropertiesConfigurationFactory
Merges the properties provided by PropertiesConfigurationFactory.setLocations(org.springframework.core.io.Resource[]) and PropertiesConfigurationFactory.setProperties(java.util.Properties) after all properties have been set by the bean factory.

C

CommonsConfigurationFactory - Class in org.reactive.configuration
An extension of the org.apache.commons.configuration.ConfigurationFactory that takes a spring org.springframework.core.io.Resource.
CommonsConfigurationFactory() - Constructor for class org.reactive.configuration.CommonsConfigurationFactory
 
CommonsConfigurationFactoryBean - Class in org.reactive.configuration
A factory bean used to create instances of commons-configuration's composite configurations from a variety of resources.
CommonsConfigurationFactoryBean() - Constructor for class org.reactive.configuration.CommonsConfigurationFactoryBean
 
CommonsPlaceholderEvaluator - Class in org.reactive.beans.factory.config.commons
Used to evaluate a placeholder using the Commons-Configuration configuration agent.
CommonsPlaceholderEvaluator() - Constructor for class org.reactive.beans.factory.config.commons.CommonsPlaceholderEvaluator
 
configuration - Variable in class org.reactive.beans.factory.config.commons.CommonsPlaceholderEvaluator
 
configuration - Variable in class org.reactive.beans.factory.config.jfig.JFigPlaceholderEvaluator
 
ConfigurationFactoryException - Exception in org.reactive.configuration
A runtime exception to be thrown when something goes terribly wrong when building a configuration agent.
ConfigurationFactoryException(String) - Constructor for exception org.reactive.configuration.ConfigurationFactoryException
 
ConfigurationFactoryException(String, Throwable) - Constructor for exception org.reactive.configuration.ConfigurationFactoryException
 
ConfigurationPlaceholderProcessor - Class in org.reactive.beans.factory.config
Allows for configuration of individual bean property values from a configuration resource.
ConfigurationPlaceholderProcessor() - Constructor for class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
 
createInstance() - Method in class org.reactive.configuration.CommonsConfigurationFactoryBean
Creates an instance of composite configuration based using the resources provided by CommonsConfigurationFactoryBean.setPropertiesResources(java.util.Set), CommonsConfigurationFactoryBean.setXmlPropertiesResources(java.util.Set) and CommonsConfigurationFactoryBean.setXmlResources(java.util.Set).

D

DEFAULT_PLACEHOLDER_PREFIX - Static variable in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 
DEFAULT_PLACEHOLDER_REGEX - Static variable in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
The default regex to determine if the value contains a placeholder.
DEFAULT_PLACEHOLDER_SUFFIX - Static variable in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 
DEFAULT_TYPE_SEPERATOR - Static variable in class org.reactive.beans.factory.config.DefaultPlaceholder
The default string used to seperate the type from the key.
DefaultPlaceholder - Class in org.reactive.beans.factory.config
The default implementation of a placeholder.
DefaultPlaceholder(String) - Constructor for class org.reactive.beans.factory.config.DefaultPlaceholder
 
DefaultPlaceholderMatcher - Class in org.reactive.beans.factory.config
The default implementation of PlaceholderMatcher that uses the "standard" format of "${valueToBeEveluated}".
DefaultPlaceholderMatcher() - Constructor for class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 
determineKey(String) - Method in class org.reactive.beans.factory.config.AbstractPlaceholder
Determines the key that the PlaceholderMatcher will use to evaluate the placeholder.
determineKey(String) - Method in class org.reactive.beans.factory.config.DefaultPlaceholder
 
determineType(String) - Method in class org.reactive.beans.factory.config.AbstractPlaceholder
Determines the class that the placeholder will evaluate to.
determineType(String) - Method in class org.reactive.beans.factory.config.DefaultPlaceholder
 

E

evaluate(Placeholder) - Method in class org.reactive.beans.factory.config.AbstractPlaceholderEvaluator
This method delegates off to the appropriate evaluate method.
evaluate(Placeholder) - Method in interface org.reactive.beans.factory.config.PlaceholderEvaluator
Evaluates an expression to a value defined in the configuration agent.
evaluate(Placeholder) - Method in class org.reactive.beans.factory.config.properties.PropertiesPlaceholderEvaluator
 
evaluateArray(Placeholder) - Method in class org.reactive.beans.factory.config.AbstractPlaceholderEvaluator
Evaluate a String[] placeholder.
evaluateArray(Placeholder) - Method in class org.reactive.beans.factory.config.commons.CommonsPlaceholderEvaluator
 
evaluateArray(Placeholder) - Method in class org.reactive.beans.factory.config.jfig.JFigPlaceholderEvaluator
 
evaluateList(Placeholder) - Method in class org.reactive.beans.factory.config.AbstractPlaceholderEvaluator
Evaluate a List placeholder.
evaluateList(Placeholder) - Method in class org.reactive.beans.factory.config.commons.CommonsPlaceholderEvaluator
 
evaluateList(Placeholder) - Method in class org.reactive.beans.factory.config.jfig.JFigPlaceholderEvaluator
 
evaluateMap(Placeholder) - Method in class org.reactive.beans.factory.config.AbstractPlaceholderEvaluator
Evaluate a Map placeholder.
evaluateMap(Placeholder) - Method in class org.reactive.beans.factory.config.commons.CommonsPlaceholderEvaluator
 
evaluateMap(Placeholder) - Method in class org.reactive.beans.factory.config.jfig.JFigPlaceholderEvaluator
 
evaluateObject(Placeholder) - Method in class org.reactive.beans.factory.config.AbstractPlaceholderEvaluator
Evaluate a Object placeholder.
evaluateObject(Placeholder) - Method in class org.reactive.beans.factory.config.commons.CommonsPlaceholderEvaluator
 
evaluateObject(Placeholder) - Method in class org.reactive.beans.factory.config.jfig.JFigPlaceholderEvaluator
 
evaluateProperties(Placeholder) - Method in class org.reactive.beans.factory.config.AbstractPlaceholderEvaluator
Evaluate a Properties placeholder.
evaluateProperties(Placeholder) - Method in class org.reactive.beans.factory.config.commons.CommonsPlaceholderEvaluator
 
evaluateProperties(Placeholder) - Method in class org.reactive.beans.factory.config.jfig.JFigPlaceholderEvaluator
 
evaluateSet(Placeholder) - Method in class org.reactive.beans.factory.config.AbstractPlaceholderEvaluator
Evaluate a Set placeholder.
evaluateSet(Placeholder) - Method in class org.reactive.beans.factory.config.commons.CommonsPlaceholderEvaluator
 
evaluateSet(Placeholder) - Method in class org.reactive.beans.factory.config.jfig.JFigPlaceholderEvaluator
 
evaluateString(Placeholder) - Method in class org.reactive.beans.factory.config.AbstractPlaceholderEvaluator
Evaluate a String placeholder.
evaluateString(Placeholder) - Method in class org.reactive.beans.factory.config.commons.CommonsPlaceholderEvaluator
 
evaluateString(Placeholder) - Method in class org.reactive.beans.factory.config.jfig.JFigPlaceholderEvaluator
 

G

getBeanFactory() - Method in class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
 
getBeanName() - Method in class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
 
getConfigLocation() - Method in class org.reactive.configuration.JFigConfigurationFactory
 
getConfiguration() - Method in class org.reactive.beans.factory.config.commons.CommonsPlaceholderEvaluator
 
getConfiguration() - Method in class org.reactive.beans.factory.config.jfig.JFigPlaceholderEvaluator
 
getConfiguration() - Method in class org.reactive.configuration.JFigConfigurationFactory
 
getConfiguration() - Method in class org.reactive.configuration.PropertiesConfigurationFactory
A convenience method that returns the merged properties.
getFileName() - Method in class org.reactive.configuration.JFigConfigurationFactory
 
getFixedFileName() - Method in class org.reactive.configuration.JFigConfigurationFactory
For some reason JFig prepends the "/" character for you, even if you don't want it to.
getKey() - Method in class org.reactive.beans.factory.config.AbstractPlaceholder
 
getKey() - Method in class org.reactive.beans.factory.config.jfig.JFigPlaceholderEvaluator.SectionKey
Returns the new key value (the text trailing the section seperator).
getKey() - Method in interface org.reactive.beans.factory.config.Placeholder
Returns the key that will be used to ask the configurable source for a value.
getMergedProperties() - Method in class org.reactive.configuration.PropertiesConfigurationFactory
Returns the merge properties, the result of merging the properties specified by PropertiesConfigurationFactory.setLocation(org.springframework.core.io.Resource), PropertiesConfigurationFactory.setLocations(org.springframework.core.io.Resource[]) and PropertiesConfigurationFactory.setProperties(java.util.Properties).
getObjectType() - Method in class org.reactive.configuration.CommonsConfigurationFactoryBean
 
getOrder() - Method in class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
 
getPlaceholderEvaluator() - Method in class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
Returns the implementation of PlaceholderEvaluator used to evaluate placeholder values.
getPlaceholderMatcher() - Method in class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
Returns the implementation of PlaceholderMatcher used to determine if a value requires evalutation.
getPlaceholderPrefix() - Method in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 
getPlaceholderRegex() - Method in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
Returns the prefix for a placeholder value.
getPlaceholderSuffix() - Method in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 
getProceedingText() - Method in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 
getProceedingText() - Method in interface org.reactive.beans.factory.config.PlaceholderMatcher
Returns the proceeding text of the current Placeholder.
getProperties() - Method in class org.reactive.beans.factory.config.properties.PropertiesPlaceholderEvaluator
 
getSection() - Method in class org.reactive.beans.factory.config.jfig.JFigPlaceholderEvaluator.SectionKey
Returns the section name value (the text proceeding the section seperator).
getTrailingText() - Method in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 
getTrailingText() - Method in interface org.reactive.beans.factory.config.PlaceholderMatcher
Returns the trailing text of the current Placeholder.
getType() - Method in class org.reactive.beans.factory.config.AbstractPlaceholder
 
getType() - Method in interface org.reactive.beans.factory.config.Placeholder
The class the the configuration key will resolve to.
getTypeSeperator() - Method in class org.reactive.beans.factory.config.DefaultPlaceholder
Returns the value used to seperate type from the key.
getValue() - Method in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 

H

hasNext() - Method in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 
hasNext() - Method in interface org.reactive.beans.factory.config.PlaceholderMatcher
Moves to the next placeholder if one is available and returns true, otherwise this method returns false

I

init(String) - Method in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 
init(String) - Method in interface org.reactive.beans.factory.config.PlaceholderMatcher
(Re-)Initialise the matcher for a new value.
InvalidPlaceholderException - Exception in org.reactive.beans.factory.config
A runtime exception to be thrown when something goes terribly wrong when evaluating placeholders.
InvalidPlaceholderException(String) - Constructor for exception org.reactive.beans.factory.config.InvalidPlaceholderException
 
InvalidPlaceholderException(String, Throwable) - Constructor for exception org.reactive.beans.factory.config.InvalidPlaceholderException
 
isMultiplePlaceholdersPresent() - Method in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 
isMultiplePlaceholdersPresent() - Method in interface org.reactive.beans.factory.config.PlaceholderMatcher
A method to determine if the provided value contains multiple placeholders.
isPlaceholderPresent() - Method in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 
isPlaceholderPresent() - Method in interface org.reactive.beans.factory.config.PlaceholderMatcher
A method to dermine if the provided key is a placeholder for a configurable value.

J

JFigConfigurationFactory - Class in org.reactive.configuration
A wrapper for JFig configuration instantiation.
JFigConfigurationFactory() - Constructor for class org.reactive.configuration.JFigConfigurationFactory
 
JFigPlaceholderEvaluator - Class in org.reactive.beans.factory.config.jfig
Used to evaluate a placeholder using the JFig configuration agent.
JFigPlaceholderEvaluator() - Constructor for class org.reactive.beans.factory.config.jfig.JFigPlaceholderEvaluator
 
JFigPlaceholderEvaluator.SectionKey - Class in org.reactive.beans.factory.config.jfig
Wraps a key because JFig uses the concept of a section.
JFigPlaceholderEvaluator.SectionKey(String) - Constructor for class org.reactive.beans.factory.config.jfig.JFigPlaceholderEvaluator.SectionKey
Constructs a new SectionKey object from the original placeholder key.

K

key - Variable in class org.reactive.beans.factory.config.AbstractPlaceholder
 
key - Variable in class org.reactive.beans.factory.config.jfig.JFigPlaceholderEvaluator.SectionKey
 

L

logger - Variable in class org.reactive.beans.factory.config.properties.PropertiesPlaceholderEvaluator
 
logger - Variable in class org.reactive.configuration.PropertiesConfigurationFactory
 

M

matcher - Variable in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 
multiplePlaceholdersPresent - Variable in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
If multple placeholders are present in the value then it must evaluate to a string

N

next() - Method in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 
next() - Method in interface org.reactive.beans.factory.config.PlaceholderMatcher
Returns the next placeholder to be evaluated.

O

org.reactive.beans.factory.config - package org.reactive.beans.factory.config
 
org.reactive.beans.factory.config.commons - package org.reactive.beans.factory.config.commons
 
org.reactive.beans.factory.config.jfig - package org.reactive.beans.factory.config.jfig
 
org.reactive.beans.factory.config.properties - package org.reactive.beans.factory.config.properties
 
org.reactive.configuration - package org.reactive.configuration
 

P

pattern - Variable in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 
placeholder - Variable in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 
Placeholder - Interface in org.reactive.beans.factory.config
The object representation of a configuration placeholder.
placeholderEvaluator - Variable in class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
Used to evaluate placeholders with their actual values
PlaceholderEvaluator - Interface in org.reactive.beans.factory.config
Evalutates a placeholder returning the value retrieved from the configuration source.
placeholderMatcher - Variable in class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
Used to determine if the value from the bean factory requires evaluation.
PlaceholderMatcher - Interface in org.reactive.beans.factory.config
Used to determine if the provided value is indeed a placeholder for a configurable value.
placeholderPresent - Variable in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 
placeholderRegex - Variable in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
The prefix for a placeholder value.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
Processes the bean definitions available in the provided ConfigurableListableBeanFactory.
proceedingText - Variable in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 
proceedingTextBeginIndex - Variable in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 
processBeanDefinition(BeanDefinition) - Method in class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
Process a single bean definition, processing the property values, indexed argument and generic argument contrsuctor values if there are any.
processConstructorArgumentValues(Collection) - Method in class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
Process the constructor argument values.
processList(List) - Method in class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
Parse the given List, resolving its values if necessary.
processMap(Map) - Method in class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
Parse the given Map, resolving its values if necessary.
processPropertyValues(MutablePropertyValues) - Method in class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
Process the property values.
processSet(Set) - Method in class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
Parse the given Set, resolving its values if necessary.
processString(String) - Method in class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
This is the root of all parsing.
processValue(Object) - Method in class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
Parses the value by delegating to a more appropriate parse method.
PropertiesConfigurationFactory - Class in org.reactive.configuration
This class merges properties from several sources into one Properties object.
PropertiesConfigurationFactory() - Constructor for class org.reactive.configuration.PropertiesConfigurationFactory
 
PropertiesPlaceholderEvaluator - Class in org.reactive.beans.factory.config.properties
Used to evaluate a placeholder using the Properties class.
PropertiesPlaceholderEvaluator() - Constructor for class org.reactive.beans.factory.config.properties.PropertiesPlaceholderEvaluator
 

S

section - Variable in class org.reactive.beans.factory.config.jfig.JFigPlaceholderEvaluator.SectionKey
 
SECTION_SEPERATOR - Static variable in class org.reactive.beans.factory.config.jfig.JFigPlaceholderEvaluator.SectionKey
 
setBeanFactory(BeanFactory) - Method in class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
 
setBeanName(String) - Method in class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
 
setConfigLocation(String) - Method in class org.reactive.configuration.JFigConfigurationFactory
 
setConfiguration(Configuration) - Method in class org.reactive.beans.factory.config.commons.CommonsPlaceholderEvaluator
 
setConfiguration(JFigIF) - Method in class org.reactive.beans.factory.config.jfig.JFigPlaceholderEvaluator
 
setConfigurationResource(Resource) - Method in class org.reactive.configuration.CommonsConfigurationFactory
Set the resource that the configuration factory will use to instantiate instances of org.apache.commons.configuration.Configuration.
setFileEncoding(String) - Method in class org.reactive.configuration.PropertiesConfigurationFactory
Set the encoding to use for parsing properties files.
setFileName(String) - Method in class org.reactive.configuration.JFigConfigurationFactory
 
setIgnoreResourceNotFound(boolean) - Method in class org.reactive.configuration.PropertiesConfigurationFactory
Set if failure to find the property resource should be ignored.
setJNDIConfigurationEnabled(boolean) - Method in class org.reactive.configuration.CommonsConfigurationFactoryBean
Sets the boolean flag determining if the JNDI configuration should be added to the composite configuration
setJndiPrefix(String) - Method in class org.reactive.configuration.CommonsConfigurationFactoryBean
Sets the prefix used when querying a JNDI context.
setLocation(Resource) - Method in class org.reactive.configuration.PropertiesConfigurationFactory
Set a location of a properties file to be loaded.
setLocations(Resource[]) - Method in class org.reactive.configuration.PropertiesConfigurationFactory
Set locations of properties files to be loaded.
setOrder(int) - Method in class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
 
setPlaceholderEvaluator(PlaceholderEvaluator) - Method in class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
Sets the implementation of PlaceholderEvaluator used to evaluate placeholder values.
setPlaceholderMatcher(PlaceholderMatcher) - Method in class org.reactive.beans.factory.config.ConfigurationPlaceholderProcessor
Sets the implementation of PlaceholderMatcher used to determine if a value requires evalutation.
setPlaceholderPrefix(String) - Method in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 
setPlaceholderRegex(String) - Method in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
Sets the prefix for a placeholder value.
setPlaceholderSuffix(String) - Method in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 
setProperties(Properties) - Method in class org.reactive.beans.factory.config.properties.PropertiesPlaceholderEvaluator
 
setProperties(Properties) - Method in class org.reactive.configuration.PropertiesConfigurationFactory
Set local properties, e.g.
setPropertiesPersister(PropertiesPersister) - Method in class org.reactive.configuration.PropertiesConfigurationFactory
Set the PropertiesPersister to use for parsing properties files.
setPropertiesResources(Set) - Method in class org.reactive.configuration.CommonsConfigurationFactoryBean
Sets a set of resources used to create properties based configurations.
setTypeSeperator(String) - Method in class org.reactive.beans.factory.config.DefaultPlaceholder
Sets the value used to seperate type from the key.
setXmlPropertiesResources(Set) - Method in class org.reactive.configuration.CommonsConfigurationFactoryBean
Sets a set of resources used to create xml properies configuration.
setXmlResources(Set) - Method in class org.reactive.configuration.CommonsConfigurationFactoryBean
Sets a ste of resources used to create xml based configurations.
stripPlaceholderWrappers(String) - Method in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
This method returns the placeholder with the prefix and suffix removed.

T

trailingText - Variable in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 
type - Variable in class org.reactive.beans.factory.config.AbstractPlaceholder
 
TYPE_ARRAY - Static variable in class org.reactive.beans.factory.config.DefaultPlaceholder
a string defined to signify the String class.
TYPE_LIST - Static variable in class org.reactive.beans.factory.config.DefaultPlaceholder
a string defined to signify the List class.
TYPE_MAP - Static variable in class org.reactive.beans.factory.config.DefaultPlaceholder
a string defined to signify the Map class.
TYPE_PROPS - Static variable in class org.reactive.beans.factory.config.DefaultPlaceholder
a string defined to signify the Properties class.
TYPE_SET - Static variable in class org.reactive.beans.factory.config.DefaultPlaceholder
a string defined to signify the Set class.
TYPE_STRING - Static variable in class org.reactive.beans.factory.config.DefaultPlaceholder
a string defined to signify the String class.
typeSeperator - Variable in class org.reactive.beans.factory.config.DefaultPlaceholder
 

V

value - Variable in class org.reactive.beans.factory.config.DefaultPlaceholderMatcher
 

A C D E G H I J K L M N O P S T V

Copyright © 2004-2005 reactive.org. All Rights Reserved.