Uses of Class
org.apache.myfaces.cdi.util.ContextualStorage
-
Packages that use ContextualStorage Package Description org.apache.myfaces.cdi 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.util
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 ContextualStorage
FlowScopeBeanHolder. getContextualStorage(javax.enterprise.inject.spi.BeanManager beanManager, String flowClientWindowId)
This method will return the ContextualStorage or create a new one if no one is yet assigned to the current flowClientWindowId.protected ContextualStorage
FlowScopedContextImpl. getContextualStorage(boolean createIfNotExist, String clientWindowFlowId)
An implementation has to return the underlying storage which contains the items held in the Context.ContextualStorage
FlowScopeBeanHolder. getContextualStorageNoCreate(javax.enterprise.inject.spi.BeanManager beanManager, String flowClientWindowId)
Methods in org.apache.myfaces.flow.cdi that return types with arguments of type ContextualStorage Modifier and Type Method Description Map<String,ContextualStorage>
FlowScopeBeanHolder. forceNewStorage()
This method will replace the storageMap and with a new empty one.Map<String,ContextualStorage>
FlowScopeBeanHolder. getStorageMap()
Methods in org.apache.myfaces.flow.cdi with parameters of type ContextualStorage Modifier and Type Method Description static void
FlowScopedContextImpl. destroyAllActive(ContextualStorage storage)
Destroys all the Contextual Instances in the specified ContextualStorage.
-