Package com.vaadin.cdi.context
Class RouteScopedContext.ContextualStorageManager
- java.lang.Object
-
- com.vaadin.cdi.context.RouteScopedContext.ContextualStorageManager
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RouteScopedContext
public static class RouteScopedContext.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()protected org.apache.deltaspike.core.util.context.ContextualStoragegetContextualStorage(K key, boolean createIfNotExist)protected Set<K>getKeySet()protected org.apache.deltaspike.core.util.context.ContextualStoragenewContextualStorage(com.vaadin.cdi.context.RouteScopedContext.RouteStorageKey key)protected voidrelocate(K from, K to)
-
-
-
Method Detail
-
newContextualStorage
protected org.apache.deltaspike.core.util.context.ContextualStorage newContextualStorage(com.vaadin.cdi.context.RouteScopedContext.RouteStorageKey key)
-
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()
-
-