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
Fields in org.apache.xbean.recipe declared as RecipeFields in org.apache.xbean.recipe with type parameters of type RecipeModifier and TypeFieldDescriptionCircularDependencyException.circularDependency
private final LinkedList<Recipe>
DefaultExecutionContext.stack
Before each recipe is executed it is pushed on the stack.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.ObjectGraph.WrapperExecutionContext.pop()
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.private LinkedHashMap<String,
Recipe> ObjectGraph.getSortedRecipes
(List<String> names) DefaultExecutionContext.getStack()
abstract LinkedList<Recipe>
ExecutionContext.getStack()
Gets a snapshot of the current execution stack.ObjectGraph.WrapperExecutionContext.getStack()
Methods in org.apache.xbean.recipe with parameters of type RecipeModifier and TypeMethodDescriptionprivate ObjectGraph.Node
ObjectGraph.createNode
(String name, Recipe recipe, Map<String, ObjectGraph.Node> nodes) void
abstract void
Adds a recipe to the top of the execution stack.void
void
Method parameters in org.apache.xbean.recipe with type arguments of type RecipeModifier and TypeMethodDescriptionprivate void
ObjectGraph.findCircuit
(ObjectGraph.Node node, ArrayList<Recipe> stack) 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)