public abstract class AbstractContext extends Object implements javax.enterprise.context.spi.Context
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractContext.Instance |
| Modifier and Type | Field and Description |
|---|---|
protected Map<javax.enterprise.context.spi.Contextual<?>,AbstractContext.Instance> |
storage |
| Constructor and Description |
|---|
AbstractContext() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(javax.enterprise.context.spi.Contextual<T> contextual) |
<T> T |
get(javax.enterprise.context.spi.Contextual<T> contextual,
javax.enterprise.context.spi.CreationalContext<T> creationalContext) |
boolean |
isActive() |
protected final Map<javax.enterprise.context.spi.Contextual<?>,AbstractContext.Instance> storage
public <T> T get(javax.enterprise.context.spi.Contextual<T> contextual,
javax.enterprise.context.spi.CreationalContext<T> creationalContext)
get in interface javax.enterprise.context.spi.Contextpublic <T> T get(javax.enterprise.context.spi.Contextual<T> contextual)
get in interface javax.enterprise.context.spi.Contextpublic boolean isActive()
isActive in interface javax.enterprise.context.spi.ContextCopyright © 2008–2016 CDI TCK. All rights reserved.