public abstract class ForwardingContext extends Object implements javax.enterprise.context.spi.Context
Context| Constructor and Description |
|---|
ForwardingContext() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract javax.enterprise.context.spi.Context |
delegate() |
boolean |
equals(Object obj) |
<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) |
Class<? extends Annotation> |
getScope() |
int |
hashCode() |
boolean |
isActive() |
String |
toString() |
static javax.enterprise.context.spi.Context |
unwrap(javax.enterprise.context.spi.Context context) |
protected abstract javax.enterprise.context.spi.Context delegate()
public Class<? extends Annotation> getScope()
getScope in interface javax.enterprise.context.spi.Contextpublic <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.Contextpublic static javax.enterprise.context.spi.Context unwrap(javax.enterprise.context.spi.Context context)
Copyright © 2017. All rights reserved.