org.apache.xbean.recipe
Class AllPropertiesRecipe

java.lang.Object
  extended by org.apache.xbean.recipe.AbstractRecipe
      extended by org.apache.xbean.recipe.AllPropertiesRecipe
All Implemented Interfaces:
Serializable, Recipe

public class AllPropertiesRecipe
extends AbstractRecipe

See Also:
Serialized Form

Constructor Summary
AllPropertiesRecipe()
           
 
Method Summary
 boolean canCreate(Type type)
           
protected  Object internalCreate(Type expectedType, boolean lazyRefAllowed)
           
 
Methods inherited from class org.apache.xbean.recipe.AbstractRecipe
create, create, create, getConstructorRecipes, getName, getNestedRecipes, getPriority, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AllPropertiesRecipe

public AllPropertiesRecipe()
Method Detail

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-2009 The Apache Software Foundation. All Rights Reserved.