public class SpringContextUtils extends Object
| Constructor and Description |
|---|
SpringContextUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.context.ApplicationContext |
contextMergedBeans(String xmlPath,
Map<String,?> extraBeans)
Loads a context from a XML and inject all objects in the Map
|
public static org.springframework.context.ApplicationContext contextMergedBeans(String xmlPath, Map<String,?> extraBeans)
xmlPath - Path for the xml applicationContextextraBeans - Extra beans for being injectedCopyright © 2015. All rights reserved.