Package net.n2oapp.engine.factory.simple
Class BeanListAware<G>
- java.lang.Object
-
- net.n2oapp.engine.factory.simple.BeanListAware<G>
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public abstract class BeanListAware<G> extends Object implements org.springframework.context.ApplicationContextAware
User: iryabov Date: 09.09.13 Time: 10:51
-
-
Constructor Summary
Constructors Constructor Description BeanListAware()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Class<G>getBeanClass()List<G>getBeans()voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
-
-
Method Detail
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
-