Package com.vaadin.cdi.context
Class RouteScopedContext.ContextualStorageManager
java.lang.Object
com.vaadin.cdi.context.RouteScopedContext.ContextualStorageManager
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RouteScopedContext
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddestroy(com.vaadin.cdi.context.RouteScopedContext.RouteStorageKey key) protected voidprotected ContextualStoragegetContextualStorage(com.vaadin.cdi.context.RouteScopedContext.RouteStorageKey key, boolean createIfNotExist) protected Set<com.vaadin.cdi.context.RouteScopedContext.RouteStorageKey>protected ContextualStoragenewContextualStorage(com.vaadin.cdi.context.RouteScopedContext.RouteStorageKey key) protected voidrelocate(com.vaadin.cdi.context.RouteScopedContext.RouteStorageKey from, com.vaadin.cdi.context.RouteScopedContext.RouteStorageKey to)
-
Constructor Details
-
ContextualStorageManager
public ContextualStorageManager()
-
-
Method Details
-
newContextualStorage
protected ContextualStorage newContextualStorage(com.vaadin.cdi.context.RouteScopedContext.RouteStorageKey key) -
getContextualStorage
protected ContextualStorage getContextualStorage(com.vaadin.cdi.context.RouteScopedContext.RouteStorageKey key, boolean createIfNotExist) -
relocate
protected void relocate(com.vaadin.cdi.context.RouteScopedContext.RouteStorageKey from, com.vaadin.cdi.context.RouteScopedContext.RouteStorageKey to) -
destroyAll
@PreDestroy protected void destroyAll() -
destroy
protected void destroy(com.vaadin.cdi.context.RouteScopedContext.RouteStorageKey key) -
getKeySet
-