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:
  • Constructor Details

    • ContextualStorageManager

      public ContextualStorageManager()
  • Method Details

    • getContextualStorage

      public ContextualStorage getContextualStorage(boolean createIfNotExist)
    • newContextualStorage

      protected ContextualStorage newContextualStorage(Integer uiId)
    • getContextualStorage

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

      protected void relocate(Integer from, Integer to)
    • destroyAll

      @PreDestroy protected void destroyAll()
    • destroy

      protected void destroy(Integer key)
    • getKeySet

      protected Set<Integer> getKeySet()