Package com.vaadin.cdi.context
Class UIScopedContext
- java.lang.Object
-
- org.apache.deltaspike.core.util.context.AbstractContext
-
- com.vaadin.cdi.context.UIScopedContext
-
- All Implemented Interfaces:
javax.enterprise.context.spi.Context
public class UIScopedContext extends org.apache.deltaspike.core.util.context.AbstractContextUIScopedContext is the context for@UIScopedbeans.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIScopedContext.ContextualStorageManager
-
Constructor Summary
Constructors Constructor Description UIScopedContext(javax.enterprise.inject.spi.BeanManager beanManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.deltaspike.core.util.context.ContextualStoragegetContextualStorage(javax.enterprise.context.spi.Contextual<?> contextual, boolean createIfNotExist)Class<? extends Annotation>getScope()voidinit(javax.enterprise.inject.spi.BeanManager beanManager)booleanisActive()
-
-
-
Method Detail
-
getContextualStorage
protected org.apache.deltaspike.core.util.context.ContextualStorage getContextualStorage(javax.enterprise.context.spi.Contextual<?> contextual, boolean createIfNotExist)- Specified by:
getContextualStoragein classorg.apache.deltaspike.core.util.context.AbstractContext
-
init
public void init(javax.enterprise.inject.spi.BeanManager beanManager)
-
getScope
public Class<? extends Annotation> getScope()
-
isActive
public boolean isActive()
-
-