Class ApplicationContextClassloaderSwitchPlugin
- java.lang.Object
-
- org.camunda.bpm.spring.boot.starter.plugin.ApplicationContextClassloaderSwitchPlugin
-
- All Implemented Interfaces:
ProcessEnginePlugin,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class ApplicationContextClassloaderSwitchPlugin extends java.lang.Object implements ProcessEnginePlugin, org.springframework.context.ApplicationContextAware
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.ClassLoaderapplicationContextClassloader
-
Constructor Summary
Constructors Constructor Description ApplicationContextClassloaderSwitchPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostInit(ProcessEngineConfigurationImpl processEngineConfiguration)Invoked after the process engine configuration is initialized.voidpostProcessEngineBuild(ProcessEngine processEngine)Invoked after the process engine has been built.voidpreInit(ProcessEngineConfigurationImpl processEngineConfiguration)Invoked before the process engine configuration is initialized.voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)java.lang.StringtoString()
-
-
-
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
-
preInit
public void preInit(ProcessEngineConfigurationImpl processEngineConfiguration)
Description copied from interface:ProcessEnginePluginInvoked before the process engine configuration is initialized.
- Specified by:
preInitin interfaceProcessEnginePlugin- Parameters:
processEngineConfiguration- the process engine configuation
-
postInit
public void postInit(ProcessEngineConfigurationImpl processEngineConfiguration)
Description copied from interface:ProcessEnginePluginInvoked after the process engine configuration is initialized. and before the process engine is built.
- Specified by:
postInitin interfaceProcessEnginePlugin- Parameters:
processEngineConfiguration- the process engine configuation
-
postProcessEngineBuild
public void postProcessEngineBuild(ProcessEngine processEngine)
Description copied from interface:ProcessEnginePluginInvoked after the process engine has been built.
- Specified by:
postProcessEngineBuildin interfaceProcessEnginePlugin
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-