Uses of Class
org.apache.myfaces.cdi.util.ContextualStorage
Packages that use ContextualStorage
Package
Description
-
Uses of ContextualStorage in org.apache.myfaces.cdi
Methods in org.apache.myfaces.cdi that return ContextualStorageModifier and TypeMethodDescriptionprotected ContextualStorage
FacesScopeContext.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.clientwindow
Methods in org.apache.myfaces.cdi.clientwindow that return ContextualStorageModifier and TypeMethodDescriptionprotected ContextualStorage
ClientWindowScopeContext.getContextualStorage
(FacesContext facesContext, boolean createIfNotExist) protected ContextualStorage
ClientWindowScopeContextualStorageHolder.newContextualStorage
(String slotId) Methods in org.apache.myfaces.cdi.clientwindow with parameters of type ContextualStorageModifier and TypeMethodDescriptionvoid
ClientWindowScopeContextualStorageHolder.destroyAll
(ContextualStorage contextualStorage, FacesContext facesContext) -
Uses of ContextualStorage in org.apache.myfaces.cdi.util
Classes in org.apache.myfaces.cdi.util with type parameters of type ContextualStorageModifier and TypeClassDescriptionclass
AbstractContextualStorageHolder<T extends ContextualStorage>
-
Uses of ContextualStorage in org.apache.myfaces.cdi.view
Methods in org.apache.myfaces.cdi.view that return ContextualStorageModifier and TypeMethodDescriptionprotected ContextualStorage
ViewScopeContext.getContextualStorage
(FacesContext facesContext, boolean createIfNotExist) protected ContextualStorage
ViewTransientScopeContext.getContextualStorage
(boolean createIfNotExist, FacesContext facesContext) An implementation has to return the underlying storage which contains the items held in the Context.protected ContextualStorage
ViewScopeContextualStorageHolder.newContextualStorage
(String slotId) -
Uses of ContextualStorage in org.apache.myfaces.flow.cdi
Methods in org.apache.myfaces.flow.cdi that return ContextualStorageModifier and TypeMethodDescriptionprotected ContextualStorage
FlowScopeContext.getContextualStorage
(FacesContext context, boolean createIfNotExist, String clientWindowFlowId) protected ContextualStorage
FlowScopeContextualStorageHolder.newContextualStorage
(String slotId)