Uses of Interface
org.omnifaces.cdi.viewscope.ViewScopeStorage
-
Packages that use ViewScopeStorage Package Description org.omnifaces.cdi.viewscope -
-
Uses of ViewScopeStorage in org.omnifaces.cdi.viewscope
Classes in org.omnifaces.cdi.viewscope that implement ViewScopeStorage Modifier and Type Class Description class
ViewScopeStorageInSession
Stores view scoped bean instances in a LRU map in HTTP session.class
ViewScopeStorageInViewState
Stores view scoped bean instances in Faces view state itself.
-