Uses of Class
org.omnifaces.cdi.BeanStorage
-
Packages that use BeanStorage Package Description org.omnifaces.cdi.viewscope -
-
Uses of BeanStorage in org.omnifaces.cdi.viewscope
Methods in org.omnifaces.cdi.viewscope that return BeanStorage Modifier and Type Method Description BeanStorageViewScopeStorage. getBeanStorage(UUID beanStorageId)Returns the bean storage identified by given ID, or null if it does not exist.BeanStorageViewScopeStorageInSession. getBeanStorage(UUID beanStorageId)BeanStorageViewScopeStorageInViewState. getBeanStorage(UUID id)Methods in org.omnifaces.cdi.viewscope with parameters of type BeanStorage Modifier and Type Method Description voidViewScopeStorage. setBeanStorage(UUID beanStorageId, BeanStorage beanStorage)Sets the given bean storage identified by the given ID.voidViewScopeStorageInSession. setBeanStorage(UUID beanStorageId, BeanStorage beanStorage)voidViewScopeStorageInViewState. setBeanStorage(UUID beanStorageId, BeanStorage beanStorage)
-