Class RegisterEndpointServiceInitListener
- java.lang.Object
-
- com.flowingcode.addons.applayout.listener.RegisterEndpointServiceInitListener
-
- All Implemented Interfaces:
com.vaadin.flow.server.VaadinServiceInitListener,java.io.Serializable,java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@Component public class RegisterEndpointServiceInitListener extends java.lang.Object implements com.vaadin.flow.server.VaadinServiceInitListener, org.springframework.context.ApplicationContextAware- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegisterEndpointServiceInitListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserviceInit(com.vaadin.flow.server.ServiceInitEvent event)voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
-
-
Method Detail
-
serviceInit
public void serviceInit(com.vaadin.flow.server.ServiceInitEvent event)
- Specified by:
serviceInitin interfacecom.vaadin.flow.server.VaadinServiceInitListener
-
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
-
-