Uses of Class
com.vaadin.cdi.util.ContextualStorage
Packages that use ContextualStorage
-
Uses of ContextualStorage in com.vaadin.cdi.context
Methods in com.vaadin.cdi.context that return ContextualStorageModifier and TypeMethodDescriptionprotected ContextualStorageRouteScopedContext.getContextualStorage(jakarta.enterprise.context.spi.Contextual<?> contextual, boolean createIfNotExist) UIScopedContext.ContextualStorageManager.getContextualStorage(boolean createIfNotExist) protected ContextualStorageUIScopedContext.getContextualStorage(jakarta.enterprise.context.spi.Contextual<?> contextual, boolean createIfNotExist) protected ContextualStorageVaadinServiceScopedContext.getContextualStorage(jakarta.enterprise.context.spi.Contextual<?> contextual, boolean createIfNotExist) protected ContextualStorageVaadinSessionScopedContext.getContextualStorage(jakarta.enterprise.context.spi.Contextual<?> contextual, boolean createIfNotExist) protected ContextualStorageRouteScopedContext.ContextualStorageManager.newContextualStorage(com.vaadin.cdi.context.RouteScopedContext.RouteStorageKey key) protected ContextualStorageUIScopedContext.ContextualStorageManager.newContextualStorage(Integer uiId) Methods in com.vaadin.cdi.context that return types with arguments of type ContextualStorageModifier and TypeMethodDescriptionprotected List<ContextualStorage>RouteScopedContext.getActiveContextualStorages() -
Uses of ContextualStorage in com.vaadin.cdi.util
Methods in com.vaadin.cdi.util that return ContextualStorageModifier and TypeMethodDescriptionprotected abstract ContextualStorageAbstractContext.getContextualStorage(jakarta.enterprise.context.spi.Contextual<?> contextual, boolean createIfNotExist) An implementation has to return the underlying storage which contains the items held in the Context.Methods in com.vaadin.cdi.util that return types with arguments of type ContextualStorageModifier and TypeMethodDescriptionprotected List<ContextualStorage>AbstractContext.getActiveContextualStorages()Methods in com.vaadin.cdi.util with parameters of type ContextualStorageModifier and TypeMethodDescriptionstatic Map<Object,ContextualInstanceInfo<?>> AbstractContext.destroyAllActive(ContextualStorage storage) Destroys all the Contextual Instances in the specified ContextualStorage.