Uses of Class
org.apache.myfaces.cdi.util.ContextualStorage
Packages that use ContextualStorage
Package
Description
- 
Uses of ContextualStorage in org.apache.myfaces.cdiMethods in org.apache.myfaces.cdi that return ContextualStorageModifier and TypeMethodDescriptionprotected ContextualStorageFacesScopeContext.getContextualStorage(boolean createIfNotExist, FacesContext facesContext) An implementation has to return the underlying storage which contains the items held in the Context.
- 
Uses of ContextualStorage in org.apache.myfaces.cdi.clientwindowMethods in org.apache.myfaces.cdi.clientwindow that return ContextualStorageModifier and TypeMethodDescriptionprotected ContextualStorageClientWindowScopeContext.getContextualStorage(FacesContext facesContext, boolean createIfNotExist) protected ContextualStorageClientWindowScopeContextualStorageHolder.newContextualStorage(String slotId) Methods in org.apache.myfaces.cdi.clientwindow with parameters of type ContextualStorageModifier and TypeMethodDescriptionvoidClientWindowScopeContextualStorageHolder.destroyAll(ContextualStorage contextualStorage, FacesContext facesContext) 
- 
Uses of ContextualStorage in org.apache.myfaces.cdi.utilClasses in org.apache.myfaces.cdi.util with type parameters of type ContextualStorageModifier and TypeClassDescriptionclassAbstractContextualStorageHolder<T extends ContextualStorage>
- 
Uses of ContextualStorage in org.apache.myfaces.cdi.viewMethods in org.apache.myfaces.cdi.view that return ContextualStorageModifier and TypeMethodDescriptionprotected ContextualStorageViewScopeContext.getContextualStorage(FacesContext facesContext, boolean createIfNotExist) protected ContextualStorageViewTransientScopeContext.getContextualStorage(boolean createIfNotExist, FacesContext facesContext) An implementation has to return the underlying storage which contains the items held in the Context.protected ContextualStorageViewScopeContextualStorageHolder.newContextualStorage(String slotId) 
- 
Uses of ContextualStorage in org.apache.myfaces.flow.cdiMethods in org.apache.myfaces.flow.cdi that return ContextualStorageModifier and TypeMethodDescriptionprotected ContextualStorageFlowScopeContext.getContextualStorage(FacesContext context, boolean createIfNotExist, String clientWindowFlowId) protected ContextualStorageFlowScopeContextualStorageHolder.newContextualStorage(String slotId)