Class SpringLoaderCustomInit

java.lang.Object
com.netflix.spinnaker.kork.plugins.api.spring.SpringLoaderCustomInit
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public abstract class SpringLoaderCustomInit extends Object implements org.springframework.context.ApplicationContextAware
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

    • SpringLoaderCustomInit

      public SpringLoaderCustomInit()
  • Method Details

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