Class SpringLoaderCustomInit

java.lang.Object
cn.sliew.carp.framework.pf4j.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
spring loader custom init
  • 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)
    init
    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)
      init
      Parameters:
      appContext - application context
      pluginContext - plugin context