Class ApplicationContextUtils


  • public abstract class ApplicationContextUtils
    extends java.lang.Object
    ApplicationContext Utilities
    Since:
    1.0.0
    Author:
    Mercy
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.springframework.context.ApplicationContext asApplicationContext​(org.springframework.beans.factory.BeanFactory beanFactory)  
      static org.springframework.context.ConfigurableApplicationContext asConfigurableApplicationContext​(org.springframework.context.ApplicationContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ApplicationContextUtils

        public ApplicationContextUtils()
    • Method Detail

      • asConfigurableApplicationContext

        public static org.springframework.context.ConfigurableApplicationContext asConfigurableApplicationContext​(org.springframework.context.ApplicationContext context)
      • asApplicationContext

        public static org.springframework.context.ApplicationContext asApplicationContext​(org.springframework.beans.factory.BeanFactory beanFactory)