com.vaadin.flow.di.
Package com.vaadin.flow.di
-
ClassDescription
SPI for customizing lookup in applications inside Servlet 5.0 containers.
Default instantiator that is used if no other instantiator has been registered.
Delegate for discovering, creating and managing instances of various types used by Flow.
A factory for an
Instantiator
.Provides a way to discover services used by Flow (SPI).
Default implementation of
AbstractLookupInitializer
.Default implementation of
AppShellPredicate
.Default implementation of
Lookup
.Default implementation of
ResourceProvider
.The presence of the service implementing this interface with
OneTimeInitializerPredicate.runOnce()
returningtrue
means thatServletContainerInitializer
s are executed only once and the implementation doesn't have to care about cleaning up data collected based on previous call.Static "classpath" resources provider.