| Constructor and Description |
|---|
ForwardingContext() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Context |
delegate() |
boolean |
equals(Object obj) |
<T> T |
get(Contextual<T> contextual) |
<T> T |
get(Contextual<T> contextual,
CreationalContext<T> creationalContext) |
Class<? extends Annotation> |
getScope() |
int |
hashCode() |
boolean |
isActive() |
String |
toString() |
static Context |
unwrap(Context context) |
protected abstract Context delegate()
public Class<? extends Annotation> getScope()
public <T> T get(Contextual<T> contextual, CreationalContext<T> creationalContext)
public <T> T get(Contextual<T> contextual)
Copyright © 2014 Seam Framework. All Rights Reserved.