org.apache.xbean.recipe
Class UnsetPropertiesRecipe

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

public class UnsetPropertiesRecipe
extends AbstractRecipe

See Also:
Serialized Form

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

Constructor Detail

UnsetPropertiesRecipe

public UnsetPropertiesRecipe()
Method Detail

getPriority

public float getPriority()
Specified by:
getPriority in interface Recipe
Overrides:
getPriority 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-2009 The Apache Software Foundation. All Rights Reserved.