Uses of Class
org.apache.myfaces.cdi.util.ContextualStorage
-
Packages that use ContextualStorage Package Description org.apache.myfaces.cdi org.apache.myfaces.cdi.clientwindow org.apache.myfaces.cdi.util org.apache.myfaces.cdi.view org.apache.myfaces.flow.cdi -
-
Uses of ContextualStorage in org.apache.myfaces.cdi
Methods in org.apache.myfaces.cdi that return ContextualStorage Modifier and Type Method Description protected 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 ContextualStorage Modifier and Type Method Description protected ContextualStorage
ClientWindowScopeContext. getContextualStorage(FacesContext facesContext, boolean createIfNotExist)
protected ContextualStorage
ClientWindowScopeContextualStorageHolder. newContextualStorage(String slotId)
Methods in org.apache.myfaces.cdi.clientwindow with parameters of type ContextualStorage Modifier and Type Method Description void
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 ContextualStorage Modifier and Type Class Description class
AbstractContextualStorageHolder<T extends ContextualStorage>
-
Uses of ContextualStorage in org.apache.myfaces.cdi.view
Methods in org.apache.myfaces.cdi.view that return ContextualStorage Modifier and Type Method Description protected 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 ContextualStorage Modifier and Type Method Description protected ContextualStorage
FlowScopeContext. getContextualStorage(FacesContext context, boolean createIfNotExist, String clientWindowFlowId)
protected ContextualStorage
FlowScopeContextualStorageHolder. newContextualStorage(String slotId)
-