public class ViewContext extends Object implements Context
| Modifier and Type | Class and Description |
|---|---|
static class |
ViewContext.ViewBeanResetter<T> |
| Constructor and Description |
|---|
ViewContext() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(Contextual<T> bean) |
<T> T |
get(Contextual<T> bean,
CreationalContext<T> cc) |
Class<? extends Annotation> |
getScope() |
boolean |
isActive() |
public ViewContext()
public <T> T get(Contextual<T> bean)
public <T> T get(Contextual<T> bean, CreationalContext<T> cc)
public Class<? extends Annotation> getScope()