public class ChainedBeanCreatorFactory extends Object
ChainedBeanCreator
's.
The standard implementations used by Betwixt are present here.Constructor and Description |
---|
ChainedBeanCreatorFactory() |
Modifier and Type | Method and Description |
---|---|
static ChainedBeanCreator |
createDerivedBeanCreator()
Creates a
ChainedBeanCreator that constructs derived beans. |
static ChainedBeanCreator |
createElementTypeBeanCreator()
Creates a
ChainedBeanCreator that constructs beans based on element type. |
static ChainedBeanCreator |
createIDREFBeanCreator()
Creates a
ChainedBeanCreator that finds existing beans based on their IDREF. |
public static final ChainedBeanCreator createDerivedBeanCreator()
ChainedBeanCreator
that constructs derived beans.
These have their classname set by an xml attribute.ChainedBeanCreator
that implements Derived beans logic, not nullpublic static final ChainedBeanCreator createElementTypeBeanCreator()
ChainedBeanCreator
that constructs beans based on element type.ChainedBeanCreator
that implements load by type beans logic, not nullpublic static final ChainedBeanCreator createIDREFBeanCreator()
ChainedBeanCreator
that finds existing beans based on their IDREF.ChainedBeanCreator
that implements IDREF beans logic, not nullCopyright © 2002-2013 Apache Software Foundation. All Rights Reserved.