| 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).
|
| OneTimeInitializerPredicate |
The presence of the service implementing this interface with
OneTimeInitializerPredicate.runOnce() returning true means that
ServletContainerInitializers 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 | Description |
|---|---|
| DefaultInstantiator |
Default instantiator that is used if no other instantiator has been
registered.
|
| LookupInitializer |
Default implementation of
AbstractLookupInitializer. |
| LookupInitializer.AppShellPredicateImpl |
Default implementation of
AppShellPredicate. |
| LookupInitializer.LookupImpl |
Default implementation of
Lookup. |
| LookupInitializer.ResourceProviderImpl |
Default implementation of
ResourceProvider. |
Copyright © 2021. All rights reserved.