Class StaticSpringContext

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

    @Deprecated
    public class StaticSpringContext
    extends Object
    implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.DisposableBean
    Deprecated.
    User: iryabov Date: 22.08.13 Time: 11:58
    • Constructor Detail

      • StaticSpringContext

        public StaticSpringContext()
        Deprecated.
    • Method Detail

      • setApplicationContext

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

        public void setCacheTemplate​(CacheTemplateByMap cacheTemplate)
        Deprecated.
      • getBean

        @Deprecated
        public static <T> T getBean​(Class<T> clazz)
        Deprecated.
      • containsBean

        @Deprecated
        public static boolean containsBean​(Class clazz)
        Deprecated.
      • destroy

        public void destroy()
        Deprecated.
        Specified by:
        destroy in interface org.springframework.beans.factory.DisposableBean