Package org.apache.myfaces.cdi.view
Class ViewScopeContextualStorage
- java.lang.Object
- 
- org.apache.myfaces.cdi.util.ContextualStorage
- 
- org.apache.myfaces.cdi.view.ViewScopeContextualStorage
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ViewScopeContextualStorage extends ContextualStorage This Storage holds all information needed for storing View Scope instances in a context. This scope requires passivation and is not concurrent.- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.myfaces.cdi.util.ContextualStorageactivated, beanManager, concurrent, contextualInstances
 
- 
 - 
Constructor SummaryConstructors Constructor Description ViewScopeContextualStorage(jakarta.enterprise.inject.spi.BeanManager beanManager)
 - 
Method Summary- 
Methods inherited from class org.apache.myfaces.cdi.util.ContextualStorageactivate, createContextualInstance, deactivate, getBean, getBeanKey, getStorage, isActivated, isConcurrent
 
- 
 
-