|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextualStorage | |
---|---|
org.apache.myfaces.cdi.util | |
org.apache.myfaces.flow.cdi |
Uses of ContextualStorage in org.apache.myfaces.cdi.util |
---|
Methods in org.apache.myfaces.cdi.util that return ContextualStorage | |
---|---|
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 | |
---|---|
static void |
AbstractContext.destroyAllActive(ContextualStorage storage)
Destroys all the Contextual Instances in the specified ContextualStorage. |
Uses of ContextualStorage in org.apache.myfaces.flow.cdi |
---|
Methods in org.apache.myfaces.flow.cdi that return ContextualStorage | |
---|---|
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 | |
---|---|
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 | |
---|---|
static void |
FlowScopedContextImpl.destroyAllActive(ContextualStorage storage)
Destroys all the Contextual Instances in the specified ContextualStorage. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |