We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.di.
Package com.vaadin.flow.di
-
Interface Summary Interface Description AbstractLookupInitializer SPI for customizing lookup in applications inside Servlet 3.0 containers.
Instantiator Delegate for discovering, creating and managing instances of various types used by Flow.
InstantiatorFactory A factory for an
Instantiator
.Lookup Provides a way to discover services used by Flow (SPI).
ResourceProvider Static "classpath" resources provider.
-
Class Summary Class Description DefaultInstantiator Default instantiator that is used if no other instantiator has been registered.
LookupInitializer Default implementation of
AbstractLookupInitializer
.LookupInitializer.LookupImpl Default implementation of
Lookup
.LookupInitializer.ResourceProviderImpl Default implementation of
ResourceProvider
.