Class VaadinServiceScopedContext.ContextualStorageManager

    • Constructor Detail

      • ContextualStorageManager

        public ContextualStorageManager()
    • Method Detail

      • getContextualStorage

        protected org.apache.deltaspike.core.util.context.ContextualStorage getContextualStorage​(K key,
                                                                                                 boolean createIfNotExist)
      • relocate

        protected void relocate​(K from,
                                K to)
      • newContextualStorage

        protected org.apache.deltaspike.core.util.context.ContextualStorage newContextualStorage​(K key)
      • destroyAll

        @PreDestroy
        protected void destroyAll()
      • destroy

        protected void destroy​(K key)
      • getKeySet

        protected Set<K> getKeySet()