|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xbean.recipe.StaticRecipe
public final class StaticRecipe
| Constructor Summary | |
|---|---|
StaticRecipe(Object object)
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
canCreate(Type type)
Deprecated. |
Object |
create()
Deprecated. |
Object |
create(ClassLoader classLoader)
Deprecated. |
Object |
create(Type expectedType,
boolean lazyRefAllowed)
Deprecated. |
List<Recipe> |
getConstructorRecipes()
Deprecated. |
String |
getName()
Deprecated. |
List<Recipe> |
getNestedRecipes()
Deprecated. |
float |
getPriority()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StaticRecipe(Object object)
| Method Detail |
|---|
public boolean canCreate(Type type)
canCreate in interface Recipe
public Object create()
throws ConstructionException
create in interface RecipeConstructionException
public Object create(ClassLoader classLoader)
throws ConstructionException
create in interface RecipeConstructionException
public Object create(Type expectedType,
boolean lazyRefAllowed)
throws ConstructionException
create in interface RecipeConstructionExceptionpublic List<Recipe> getNestedRecipes()
getNestedRecipes in interface Recipepublic List<Recipe> getConstructorRecipes()
getConstructorRecipes in interface Recipepublic String getName()
getName in interface Recipepublic float getPriority()
getPriority in interface Recipe
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||