org.apache.xbean.recipe
Class ReferenceRecipe
java.lang.Object
org.apache.xbean.recipe.AbstractRecipe
org.apache.xbean.recipe.ReferenceRecipe
- All Implemented Interfaces:
- Serializable, Recipe
public class ReferenceRecipe
- extends AbstractRecipe
- See Also:
- Serialized Form
ReferenceRecipe
public ReferenceRecipe()
ReferenceRecipe
public ReferenceRecipe(String referenceName)
getReferenceName
public String getReferenceName()
setReferenceName
public void setReferenceName(String name)
getNestedRecipes
public List<Recipe> getNestedRecipes()
- Specified by:
getNestedRecipes in interface Recipe- Overrides:
getNestedRecipes in class AbstractRecipe
getConstructorRecipes
public List<Recipe> getConstructorRecipes()
- Specified by:
getConstructorRecipes in interface Recipe- Overrides:
getConstructorRecipes in class AbstractRecipe
canCreate
public boolean canCreate(Type type)
internalCreate
protected Object internalCreate(Type expectedType,
boolean lazyRefAllowed)
throws ConstructionException
- Specified by:
internalCreate in class AbstractRecipe
- Throws:
ConstructionException
Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.