Uses of Interface
org.apache.xbean.recipe.Recipe
Packages that use Recipe
-
Uses of Recipe in org.apache.xbean.recipe
Classes in org.apache.xbean.recipe that implement RecipeModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
final class
Deprecated.The functionality of StaticRecipe is built into ObjectRecipe as of xbean-reflect 3.4class
Methods in org.apache.xbean.recipe that return RecipeModifier and TypeMethodDescriptionstatic Recipe
RecipeHelper.getCaller()
DefaultExecutionContext.pop()
abstract Recipe
ExecutionContext.pop()
Removes the top recipe from the execution stack.Methods in org.apache.xbean.recipe that return types with arguments of type RecipeModifier and TypeMethodDescriptionCircularDependencyException.getCircularDependency()
AbstractRecipe.getConstructorRecipes()
ArrayRecipe.getConstructorRecipes()
CollectionRecipe.getConstructorRecipes()
MapRecipe.getConstructorRecipes()
ObjectRecipe.getConstructorRecipes()
Recipe.getConstructorRecipes()
ReferenceNameRecipe.getConstructorRecipes()
ReferenceRecipe.getConstructorRecipes()
StaticRecipe.getConstructorRecipes()
Deprecated.AbstractRecipe.getNestedRecipes()
ArrayRecipe.getNestedRecipes()
CollectionRecipe.getNestedRecipes()
MapRecipe.getNestedRecipes()
ObjectRecipe.getNestedRecipes()
Recipe.getNestedRecipes()
ReferenceNameRecipe.getNestedRecipes()
ReferenceRecipe.getNestedRecipes()
StaticRecipe.getNestedRecipes()
Deprecated.DefaultExecutionContext.getStack()
abstract LinkedList
<Recipe> ExecutionContext.getStack()
Gets a snapshot of the current execution stack.Methods in org.apache.xbean.recipe with parameters of type RecipeModifier and TypeMethodDescriptionvoid
abstract void
Adds a recipe to the top of the execution stack.void
Constructor parameters in org.apache.xbean.recipe with type arguments of type RecipeModifierConstructorDescriptionCircularDependencyException
(String message, Throwable cause, List<Recipe> circularDependency) CircularDependencyException
(String message, List<Recipe> circularDependency) CircularDependencyException
(Throwable cause, List<Recipe> circularDependency) CircularDependencyException
(List<Recipe> circularDependency)