public class ViewScopedContext
extends org.apache.deltaspike.core.util.context.AbstractContext
| Constructor and Description |
|---|
ViewScopedContext(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 ViewScopedContext(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 void init(javax.enterprise.inject.spi.BeanManager beanManager)
public Class<? extends Annotation> getScope()
public boolean isActive()
Copyright © 2018 Vaadin Ltd. All Rights Reserved.