Package org.omnifaces.application

Interface Summary
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 Summary
OmniApplication This OmniFaces application extends the standard JSF application as follows: Support for CDI in Converters and Validators, so that e.g.
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.