Package org.apache.myfaces.cdi.view
Class ViewScopeContextualStorageHolder
- java.lang.Object
- 
- org.apache.myfaces.cdi.util.AbstractContextualStorageHolder<ContextualStorage>
- 
- org.apache.myfaces.cdi.view.ViewScopeContextualStorageHolder
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 @Typed(ViewScopeContextualStorageHolder.class) @SessionScoped public class ViewScopeContextualStorageHolder extends AbstractContextualStorageHolder<ContextualStorage> implements Serializable - Author:
- Leonardo Uribe
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.myfaces.cdi.util.AbstractContextualStorageHolderapplicationContextBean, beanManager, passivating, storageMap
 
- 
 - 
Constructor SummaryConstructors Constructor Description ViewScopeContextualStorageHolder()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgenerateUniqueViewScopeId()protected static ViewScopeContextualStorageHoldergetInstance(FacesContext facesContext)protected static ViewScopeContextualStorageHoldergetInstance(FacesContext facesContext, boolean create)Class<? extends Annotation>getScope()protected ContextualStoragenewContextualStorage(String slotId)- 
Methods inherited from class org.apache.myfaces.cdi.util.AbstractContextualStorageHolderdestroyAll, destroyAll, destroyAll, forceNewStorage, getContextualStorage, getContextualStorage, getInstance, getInstance, getStorageMap, init, isPassivating, isSkipDestroy, preDestroy
 
- 
 
- 
- 
- 
Method Detail- 
generateUniqueViewScopeIdpublic String generateUniqueViewScopeId() 
 - 
newContextualStorageprotected ContextualStorage newContextualStorage(String slotId) - Specified by:
- newContextualStoragein class- AbstractContextualStorageHolder<ContextualStorage>
 
 - 
getInstanceprotected static ViewScopeContextualStorageHolder getInstance(FacesContext facesContext) 
 - 
getInstanceprotected static ViewScopeContextualStorageHolder getInstance(FacesContext facesContext, boolean create) 
 - 
getScopepublic Class<? extends Annotation> getScope() - Specified by:
- getScopein class- AbstractContextualStorageHolder<ContextualStorage>
 
 
- 
 
-