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 -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidinit(org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext appContext, org.springframework.context.annotation.AnnotationConfigApplicationContext pluginContext) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
Constructor Details
-
SpringLoaderCustomInit
public SpringLoaderCustomInit()
-
-
Method Details
-
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)
-