Interface | Description |
---|---|
ViewScopeStorage |
Interface for view scope bean storage.
|
Class | Description |
---|---|
ViewScopeContext | |
ViewScopeEventListener |
Listener for JSF view scope destroy events so that view scope manager can be notified.
|
ViewScopeExtension |
Register the CDI view scope context.
|
ViewScopeManager |
Manages view scoped bean creation and destroy.
|
ViewScopeStorageInSession |
Stores view scoped bean instances in a LRU map in HTTP session.
|
ViewScopeStorageInViewState |
Stores view scoped bean instances in JSF view state itself.
|
Copyright © 2012–2020 OmniFaces. All rights reserved.