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
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>
Methods in org.apache.myfaces.cdi.util that return ContextualStorage Modifier and Type Method Description protected abstract ContextualStorage
AbstractContext. getContextualStorage(boolean createIfNotExist)
An implementation has to return the underlying storage which contains the items held in the Context.Methods in org.apache.myfaces.cdi.util with parameters of type ContextualStorage Modifier and Type Method Description static void
AbstractContext. destroyAllActive(ContextualStorage storage)
Destroys all the Contextual Instances in the specified ContextualStorage. -
Uses of ContextualStorage in org.apache.myfaces.cdi.view
Subclasses of ContextualStorage in org.apache.myfaces.cdi.view Modifier and Type Class Description class
ViewScopeContextualStorage
This Storage holds all information needed for storing View Scope instances in a context.Methods in org.apache.myfaces.cdi.view that return ContextualStorage Modifier and Type Method Description protected ContextualStorage
ViewTransientScopeContext. 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.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)
-