org.apache.geronimo.blueprint.di
Class MapRecipe
java.lang.Object
org.apache.geronimo.blueprint.di.AbstractRecipe
org.apache.geronimo.blueprint.di.MapRecipe
- All Implemented Interfaces:
- Recipe
public class MapRecipe
- extends AbstractRecipe
- Version:
- $Rev: 6687 $ $Date: 2005-12-28T21:08:56.733437Z $
| Methods inherited from class org.apache.geronimo.blueprint.di.AbstractRecipe |
addPartialObject, convert, convert, create, destroy, getConstructorDependencies, getName, isPrototype, loadClass, loadType, loadType, setPrototype, toString |
MapRecipe
public MapRecipe(String name,
Class type)
getDependencies
public List<Recipe> getDependencies()
- Description copied from interface:
Recipe
- Get the list of nested recipes, i.e. all dependencies including
constructor dependencies.
- Returns:
- a list of dependencies
internalCreate
protected Object internalCreate()
throws ComponentDefinitionException
- Specified by:
internalCreate in class AbstractRecipe
- Throws:
ComponentDefinitionException
put
public void put(Recipe key,
Recipe value)
putAll
public void putAll(Map<Recipe,Recipe> map)
getMap
public static Class getMap(Class type)
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.