public class SpringDependencyInjector
extends org.copperengine.core.AbstractDependencyInjector
implements org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
SpringDependencyInjector() |
SpringDependencyInjector(org.springframework.context.ApplicationContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
getBean(java.lang.String beanId) |
java.lang.String |
getType() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public SpringDependencyInjector()
public SpringDependencyInjector(org.springframework.context.ApplicationContext context)
public java.lang.String getType()
getType in interface org.copperengine.core.DependencyInjectorpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionprotected java.lang.Object getBean(java.lang.String beanId)
getBean in class org.copperengine.core.AbstractDependencyInjector