Uses of Interface
com.vaadin.flow.server.VaadinServiceInitListener
Packages that use VaadinServiceInitListener
Package
Description
-
Uses of VaadinServiceInitListener in com.vaadin.collaborationengine
Classes in com.vaadin.collaborationengine that implement VaadinServiceInitListenerModifier and TypeClassDescriptionclassAVaadinServiceInitListenerwhich applies callbacks to the service instance to reinitialize the state of topic connection context after de-serialization. -
Uses of VaadinServiceInitListener in com.vaadin.flow.di
Methods in com.vaadin.flow.di that return types with arguments of type VaadinServiceInitListenerModifier and TypeMethodDescriptionDefaultInstantiator.getServiceInitListeners()Instantiator.getServiceInitListeners()Gets all service init listeners to use.static Stream<VaadinServiceInitListener> DefaultInstantiator.getServiceLoaderListeners(ClassLoader classloader) Helper for finding service init listeners usingServiceLoader. -
Uses of VaadinServiceInitListener in com.vaadin.flow.server.dau
Classes in com.vaadin.flow.server.dau that implement VaadinServiceInitListenerModifier and TypeClassDescriptionclassRequest interceptor that collects daily active users and stores them in the in-memory cache. -
Uses of VaadinServiceInitListener in com.vaadin.flow.server.startup
Classes in com.vaadin.flow.server.startup that implement VaadinServiceInitListenerModifier and TypeClassDescriptionclassAbstract base class implementing theVaadinServiceInitListenerfor initializing a license checking mechanism during the service initialization. -
Uses of VaadinServiceInitListener in com.vaadin.flow.spring
Methods in com.vaadin.flow.spring that return types with arguments of type VaadinServiceInitListenerModifier and TypeMethodDescriptionSpringInstantiator.getServiceInitListeners()Gets all service init listeners to use. -
Uses of VaadinServiceInitListener in com.vaadin.flow.spring.security
Classes in com.vaadin.flow.spring.security that implement VaadinServiceInitListenerModifier and TypeClassDescriptionclassHelper to register navigation access control. -
Uses of VaadinServiceInitListener in com.vaadin.hilla.startup
Classes in com.vaadin.hilla.startup that implement VaadinServiceInitListenerModifier and TypeClassDescriptionclassA listener that creates and registers aCsrfIndexHtmlRequestListener.classclassService init listener to add theRouteUnifyingIndexHtmlRequestListenerto the service.