public class SpringObjectInstantiationListener extends Object implements IObjectInstantiationListener, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
SpringObjectInstantiationListener()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getInstance(String className)
Try to instantiate the 'className' object.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public SpringObjectInstantiationListener()
context - Current servlet context.public Object getInstance(String className)
IObjectInstantiationListenergetInstance in interface IObjectInstantiationListenerpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2010–2016. All rights reserved.