Class VaadinServiceScopedContext.ContextualStorageManager

java.lang.Object
com.vaadin.cdi.context.VaadinServiceScopedContext.ContextualStorageManager
All Implemented Interfaces:
Serializable
Enclosing class:
VaadinServiceScopedContext

@ApplicationScoped public static class VaadinServiceScopedContext.ContextualStorageManager extends Object
See Also:
  • Constructor Details

    • ContextualStorageManager

      public ContextualStorageManager()
  • Method Details

    • getContextualStorage

      protected ContextualStorage getContextualStorage(String key, boolean createIfNotExist)
    • relocate

      protected void relocate(String from, String to)
    • newContextualStorage

      protected ContextualStorage newContextualStorage(String key)
    • destroyAll

      @PreDestroy protected void destroyAll()
    • destroy

      protected void destroy(String key)
    • getKeySet

      protected Set<String> getKeySet()