org.granite.client.tide.cdi
Class ViewContext.ViewBeanResetter<T>

java.lang.Object
  extended by org.granite.client.tide.cdi.ViewContext.ViewBeanResetter<T>
All Implemented Interfaces:
ViewScope.BeanResetter
Enclosing class:
ViewContext

public static class ViewContext.ViewBeanResetter<T>
extends Object
implements ViewScope.BeanResetter


Constructor Summary
ViewContext.ViewBeanResetter(Contextual<T> bean, CreationalContext<T> cc)
           
 
Method Summary
 void reset(Object instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewContext.ViewBeanResetter

public ViewContext.ViewBeanResetter(Contextual<T> bean,
                                    CreationalContext<T> cc)
Method Detail

reset

public void reset(Object instance)
Specified by:
reset in interface ViewScope.BeanResetter