org.granite.client.tide.cdi
Class ViewContext
java.lang.Object
org.granite.client.tide.cdi.ViewContext
- All Implemented Interfaces:
- Context
public class ViewContext
- extends Object
- implements Context
- Author:
- William DRAI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewContext
public ViewContext()
get
public <T> T get(Contextual<T> bean)
- Specified by:
get in interface Context
get
public <T> T get(Contextual<T> bean,
CreationalContext<T> cc)
- Specified by:
get in interface Context
getScope
public Class<? extends Annotation> getScope()
- Specified by:
getScope in interface Context
isActive
public boolean isActive()
- Specified by:
isActive in interface Context