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 anInstantiator.Lookup Provides a way to discover services used by Flow (SPI).OneTimeInitializerPredicate The presence of the service implementing this interface withOneTimeInitializerPredicate.runOnce()returningtruemeans thatServletContainerInitializers are executed only once and the implementation doesn't have to care about cleaning up data collected based on previous call.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 ofAbstractLookupInitializer.LookupInitializer.AppShellPredicateImpl Default implementation ofAppShellPredicate.LookupInitializer.LookupImpl Default implementation ofLookup.LookupInitializer.ResourceProviderImpl Default implementation ofResourceProvider.