Package org.ikasan.dashboard.boot
Class WebContextInitializer
- java.lang.Object
-
- org.ikasan.dashboard.boot.WebContextInitializer
-
- All Implemented Interfaces:
com.vaadin.flow.server.VaadinServiceInitListener,java.io.Serializable,java.util.EventListener
@Configuration public class WebContextInitializer extends java.lang.Object implements com.vaadin.flow.server.VaadinServiceInitListener- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebContextInitializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcreateFull()protected voidinstallFileTransfer()voidserviceInit(com.vaadin.flow.server.ServiceInitEvent serviceInitEvent)protected voidupgrade()
-
-
-
Method Detail
-
serviceInit
public void serviceInit(com.vaadin.flow.server.ServiceInitEvent serviceInitEvent)
- Specified by:
serviceInitin interfacecom.vaadin.flow.server.VaadinServiceInitListener
-
createFull
protected void createFull() throws org.ikasan.setup.persistence.service.PersistenceServiceException- Throws:
org.ikasan.setup.persistence.service.PersistenceServiceException
-
upgrade
protected void upgrade() throws org.ikasan.setup.persistence.service.PersistenceServiceException- Throws:
org.ikasan.setup.persistence.service.PersistenceServiceException
-
installFileTransfer
protected void installFileTransfer() throws org.ikasan.setup.persistence.service.PersistenceServiceException- Throws:
org.ikasan.setup.persistence.service.PersistenceServiceException
-
-