Class SpringLoaderCustomInit

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

    public abstract class SpringLoaderCustomInit
    extends java.lang.Object
    implements org.springframework.context.ApplicationContextAware
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract void init​(org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext appContext, org.springframework.context.annotation.AnnotationConfigApplicationContext pluginContext)  
      void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)  
      • Methods inherited from class java.lang.Object

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

      • SpringLoaderCustomInit

        public SpringLoaderCustomInit()
    • Method Detail

      • 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
      • init

        protected abstract void init​(org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext appContext,
                                     org.springframework.context.annotation.AnnotationConfigApplicationContext pluginContext)