Package org.riotfamily.common.beans.config

Classes to configure bean factories.

See:
          Description

Interface Summary
Configurer Interface to configure ConfigurableBean instances.
 

Class Summary
ChildContextLoader Convenience class that loads a child XmlWebApplicationContext.
ConfigurableBean Base class for configurable domain objects.
HighestPrecedenceFactoryBean FactoryBean that looks for all beans of a certain type and returns the one with the highest precedence.
PlaceholderWithDefaultConfigurer PropertyPlaceholderConfigurer that allows to define inline default values.
PropertiesPlaceholderConfigurer PropertyPlaceholderConfigurer that accepts wildcards to populate properties that expect a java.util.Properties value.
SpringConfigurer Configurer implementation that uses Spring prototype beans to inject dependencies.
WebApplicationContextBeanImporter FactoryBean that imports a bean from another WebApplicationContext.
 

Package org.riotfamily.common.beans.config Description

Classes to configure bean factories.