| 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 | 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. |
Copyright © 2025. All rights reserved.