Allows hinting the component's constructor arguments of aggregated types. Both Java
arrays and java.util.Collection objects are supported. The elements of the sequence are
org.picocontainer.Parameter objects - they may resolve to constants,
component references, or nested sequences.
This mechanism introduces a concept of customized (polymorphic) components. When a customized component is requested during instantiation of a target component, a provider class is asked for an actual object instance, depending on the target component's key and implementation class.
To use this mechanism, you need to use CustmomizingConstructorComponentAdapter instead of ConstructorComponentAdapter for instantiating your compoments. Additionally you need to register CustomizedComponentAdapter for each of the components you want polymorphic, using apropriate CustomizedComponentProvider objects.
Ledge XmlFrontEnd has the same functionality as the Nano-provided one but with a few changes and additions.