public class VaadinServiceScopedContext
extends org.apache.deltaspike.core.util.context.AbstractContext
@VaadinServiceScoped beans.| Modifier and Type | Class and Description |
|---|---|
static class |
VaadinServiceScopedContext.ContextualStorageManager |
| Constructor and Description |
|---|
VaadinServiceScopedContext(javax.enterprise.inject.spi.BeanManager beanManager) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.deltaspike.core.util.context.ContextualStorage |
getContextualStorage(javax.enterprise.context.spi.Contextual<?> contextual,
boolean createIfNotExist) |
Class<? extends Annotation> |
getScope() |
void |
init(javax.enterprise.inject.spi.BeanManager beanManager) |
boolean |
isActive() |
public VaadinServiceScopedContext(javax.enterprise.inject.spi.BeanManager beanManager)
public void init(javax.enterprise.inject.spi.BeanManager beanManager)
protected org.apache.deltaspike.core.util.context.ContextualStorage getContextualStorage(javax.enterprise.context.spi.Contextual<?> contextual,
boolean createIfNotExist)
getContextualStorage in class org.apache.deltaspike.core.util.context.AbstractContextpublic Class<? extends Annotation> getScope()
public boolean isActive()
Copyright © 2018 Vaadin Ltd. All Rights Reserved.