Package com.vaadin.cdi.context
Class UIScopedContext.ContextualStorageManager
- java.lang.Object
-
- com.vaadin.cdi.context.UIScopedContext.ContextualStorageManager
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UIScopedContext
public static class UIScopedContext.ContextualStorageManager extends Object
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContextualStorageManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddestroy(K key)protected voiddestroyAll()org.apache.deltaspike.core.util.context.ContextualStoragegetContextualStorage(boolean createIfNotExist)protected org.apache.deltaspike.core.util.context.ContextualStoragegetContextualStorage(K key, boolean createIfNotExist)protected Set<K>getKeySet()protected org.apache.deltaspike.core.util.context.ContextualStoragenewContextualStorage(Integer uiId)protected voidrelocate(K from, K to)
-
-
-
Method Detail
-
getContextualStorage
public org.apache.deltaspike.core.util.context.ContextualStorage getContextualStorage(boolean createIfNotExist)
-
newContextualStorage
protected org.apache.deltaspike.core.util.context.ContextualStorage newContextualStorage(Integer uiId)
-
getContextualStorage
protected org.apache.deltaspike.core.util.context.ContextualStorage getContextualStorage(K key, boolean createIfNotExist)
-
relocate
protected void relocate(K from, K to)
-
destroyAll
@PreDestroy protected void destroyAll()
-
destroy
protected void destroy(K key)
-
getKeySet
protected Set<K> getKeySet()
-
-