| Interface | Description |
|---|---|
| ConverterProvider |
An abstraction of converter provider, so that JSF can obtain the concrete instance without a CDI dependency.
|
| ValidatorProvider |
An abstraction of validator provider, so that JSF can obtain the concrete instance without a CDI dependency.
|
| ViewScopeProvider |
An abstraction of view scope provider, so that JSF can obtain the concrete instance without a CDI dependency.
|
| Class | Description |
|---|---|
| OmniApplication | |
| OmniApplicationFactory |
This application factory takes care that the
OmniApplication is properly initialized. |
| ViewScopeEventListener |
Listener for JSF view scope destroy events so that view scope provider implementation can be notified.
|