Class CollectionRecipe
java.lang.Object
org.apache.xbean.recipe.AbstractRecipe
org.apache.xbean.recipe.CollectionRecipe
- All Implemented Interfaces:
Serializable, Recipe
- Version:
- $Rev: 6685 $ $Date: 2005-12-28T00:29:37.967210Z $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionRecipe(Class type) CollectionRecipe(String type) CollectionRecipe(Collection<?> collection) CollectionRecipe(CollectionRecipe collectionRecipe) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddAll(Collection<?> value) voidbooleanvoidgetAll()protected ObjectinternalCreate(Type expectedType, boolean lazyRefAllowed) voidvoidvoidsetRegistry(PropertyEditorRegistry registry) Methods inherited from class AbstractRecipe
create, create, create, getName, getPriority, setName, toString
-
Constructor Details
-
CollectionRecipe
public CollectionRecipe() -
CollectionRecipe
-
CollectionRecipe
-
CollectionRecipe
-
CollectionRecipe
-
-
Method Details
-
setRegistry
-
allow
-
disallow
-
getNestedRecipes
- Specified by:
getNestedRecipesin interfaceRecipe- Overrides:
getNestedRecipesin classAbstractRecipe
-
getConstructorRecipes
- Specified by:
getConstructorRecipesin interfaceRecipe- Overrides:
getConstructorRecipesin classAbstractRecipe
-
canCreate
-
internalCreate
protected Object internalCreate(Type expectedType, boolean lazyRefAllowed) throws ConstructionException - Specified by:
internalCreatein classAbstractRecipe- Throws:
ConstructionException
-
add
-
addAll
-
remove
-
removeAll
-
getAll
-