Package com.logicaldoc.core
Class ContextInitializer
java.lang.Object
com.logicaldoc.core.ContextInitializer
- All Implemented Interfaces:
- EventListener,- org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
public abstract class ContextInitializer
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
A super class for those initializers that prepare the environment for
 execution when the Context has been initialized and the database connected.
- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal voidonApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event) Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListenersupportsAsyncExecution
- 
Constructor Details- 
ContextInitializerpublic ContextInitializer()
 
- 
- 
Method Details- 
onApplicationEventpublic final void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event) - Specified by:
- onApplicationEventin interface- org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
 
 
-