@ApplicationScoped public static class VaadinServiceScopedContext.ContextualStorageManager extends Object
| Constructor and Description |
|---|
ContextualStorageManager() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
destroy(K key) |
protected void |
destroyAll() |
protected org.apache.deltaspike.core.util.context.ContextualStorage |
getContextualStorage(K key,
boolean createIfNotExist) |
protected Set<K> |
getKeySet() |
protected org.apache.deltaspike.core.util.context.ContextualStorage |
newContextualStorage(K key) |
protected org.apache.deltaspike.core.util.context.ContextualStorage getContextualStorage(K key,
boolean createIfNotExist)
protected org.apache.deltaspike.core.util.context.ContextualStorage newContextualStorage(K key)
@PreDestroy protected void destroyAll()
protected void destroy(K key)
protected Set<K> getKeySet()
Copyright © 2018 Vaadin Ltd. All Rights Reserved.