@Component public class WebAppReadyListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
Modifier and Type | Field and Description |
---|---|
static String |
WEB_APPLICATION_CONTEXT_INITIALIZATION_CONDITION
ID of the initialization condition which will be fulfilled as soon as the web application
context is ready for use.
|
Constructor and Description |
---|
WebAppReadyListener() |
Modifier and Type | Method and Description |
---|---|
void |
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event) |
public static String WEB_APPLICATION_CONTEXT_INITIALIZATION_CONDITION
Copyright © 2019 Communote team. All rights reserved.