| Class and Description |
|---|
| Application
SPI for platform-specific integration
Allows to define default components available in all contexts or apply specific configurations on components annotated with
ApplicationConfigurable |
| Context
General Tide context implementation
It can either wrap a Spring or CDI container or be used separately
Currently only one context can be active at a time
A context is created by a context manager
|
| ContextManager
Main interface for Tide context management
The context manager is meant to be a singleton in the application and should be defined as a singleton in a DI container
ContextManager contextManager = new SimpleContextManager();
Context context = contextManager.getContext();
...
|
| Class and Description |
|---|
| Application
SPI for platform-specific integration
Allows to define default components available in all contexts or apply specific configurations on components annotated with
ApplicationConfigurable |
| Context
General Tide context implementation
It can either wrap a Spring or CDI container or be used separately
Currently only one context can be active at a time
A context is created by a context manager
|
| Context.Properties |
| ContextAware
Interface to be implemented by objects that need to know in which Tide context they are set
|
| ContextManager
Main interface for Tide context management
The context manager is meant to be a singleton in the application and should be defined as a singleton in a DI container
ContextManager contextManager = new SimpleContextManager();
Context context = contextManager.getContext();
...
|
| EventBus
SPI for event bus integration with the platform or framework
|
| Identity |
| InstanceStore
SPI to integrate with DI containers
|
| NameAware
Interface to be implemented by objects that need to get their name in the context where they are set
|
| ScopeType |
| ViewScope |
| ViewScope.BeanResetter |
| ViewScope.GlobalResetter |
| Class and Description |
|---|
| Context
General Tide context implementation
It can either wrap a Spring or CDI container or be used separately
Currently only one context can be active at a time
A context is created by a context manager
|
| ContextAware
Interface to be implemented by objects that need to know in which Tide context they are set
|
| Initializable |
| NameAware
Interface to be implemented by objects that need to get their name in the context where they are set
|
| Class and Description |
|---|
| Context
General Tide context implementation
It can either wrap a Spring or CDI container or be used separately
Currently only one context can be active at a time
A context is created by a context manager
|
| ContextAware
Interface to be implemented by objects that need to know in which Tide context they are set
|
| NameAware
Interface to be implemented by objects that need to get their name in the context where they are set
|
| Class and Description |
|---|
| Context
General Tide context implementation
It can either wrap a Spring or CDI container or be used separately
Currently only one context can be active at a time
A context is created by a context manager
|
| Class and Description |
|---|
| Context
General Tide context implementation
It can either wrap a Spring or CDI container or be used separately
Currently only one context can be active at a time
A context is created by a context manager
|
| Class and Description |
|---|
| Application
SPI for platform-specific integration
Allows to define default components available in all contexts or apply specific configurations on components annotated with
ApplicationConfigurable |
| Context
General Tide context implementation
It can either wrap a Spring or CDI container or be used separately
Currently only one context can be active at a time
A context is created by a context manager
|
| ContextAware
Interface to be implemented by objects that need to know in which Tide context they are set
|
| ContextManager
Main interface for Tide context management
The context manager is meant to be a singleton in the application and should be defined as a singleton in a DI container
ContextManager contextManager = new SimpleContextManager();
Context context = contextManager.getContext();
...
|
| EventBus
SPI for event bus integration with the platform or framework
|
| Factory |
| InstanceStore
SPI to integrate with DI containers
|
| InstanceStoreFactory |
| NameAware
Interface to be implemented by objects that need to get their name in the context where they are set
|
| ViewScope |
| ViewScope.BeanResetter |
| ViewScope.GlobalResetter |
| Class and Description |
|---|
| BaseIdentity |
| Class and Description |
|---|
| BaseIdentity |
| ContextAware
Interface to be implemented by objects that need to know in which Tide context they are set
|
| Identity |
| NameAware
Interface to be implemented by objects that need to get their name in the context where they are set
|
| Class and Description |
|---|
| ApplicationConfigurable |
| Context
General Tide context implementation
It can either wrap a Spring or CDI container or be used separately
Currently only one context can be active at a time
A context is created by a context manager
|
| ContextAware
Interface to be implemented by objects that need to know in which Tide context they are set
|