Class BeanListAware<G>

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public abstract class BeanListAware<G>
    extends java.lang.Object
    implements org.springframework.context.ApplicationContextAware
    User: iryabov Date: 09.09.13 Time: 10:51
    • Constructor Detail

      • BeanListAware

        public BeanListAware()
    • Method Detail

      • getBeans

        public java.util.List<G> getBeans()
      • getBeanClass

        public abstract java.lang.Class<G> getBeanClass()
      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
                                   throws org.springframework.beans.BeansException
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException