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:
- 
Field SummaryFields inherited from class org.apache.myfaces.cdi.util.AbstractContextualStorageHolderapplicationContextBean, beanManager, passivating, storageMap
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected 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
- 
Constructor Details- 
ViewScopeContextualStorageHolderpublic ViewScopeContextualStorageHolder()
 
- 
- 
Method Details- 
generateUniqueViewScopeId
- 
newContextualStorage- Specified by:
- newContextualStoragein class- AbstractContextualStorageHolder<ContextualStorage>
 
- 
getInstance
- 
getInstanceprotected static ViewScopeContextualStorageHolder getInstance(FacesContext facesContext, boolean create) 
- 
getScope- Specified by:
- getScopein class- AbstractContextualStorageHolder<ContextualStorage>
 
 
-