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 java.lang.Object implements org.springframework.context.ApplicationContextAware
-
-
Constructor Summary
Constructors Constructor Description SpringLoaderCustomInit()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidinit(org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext appContext, org.springframework.context.annotation.AnnotationConfigApplicationContext pluginContext)voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
-
-
Method Detail
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- Specified by:
setApplicationContextin interfaceorg.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)
-
-