org.granite.client.tide.javafx.cdi
Class JavaFXTideClientExtension.InjectionTargetWrapper<T>

java.lang.Object
  extended by org.granite.client.tide.javafx.cdi.JavaFXTideClientExtension.InjectionTargetWrapper<T>
All Implemented Interfaces:
InjectionTarget<T>, Producer<T>
Enclosing class:
JavaFXTideClientExtension

public static class JavaFXTideClientExtension.InjectionTargetWrapper<T>
extends Object
implements InjectionTarget<T>


Constructor Summary
JavaFXTideClientExtension.InjectionTargetWrapper(Platform platform, BeanManager beanManager, InjectionTarget<T> injectionTarget, AnnotatedType<T> annotatedType)
           
 
Method Summary
 void dispose(T instance)
           
 Set<InjectionPoint> getInjectionPoints()
           
 void inject(T instance, CreationalContext<T> cc)
           
 void postConstruct(T instance)
           
 void preDestroy(T instance)
           
 T produce(CreationalContext<T> cc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaFXTideClientExtension.InjectionTargetWrapper

public JavaFXTideClientExtension.InjectionTargetWrapper(Platform platform,
                                                        BeanManager beanManager,
                                                        InjectionTarget<T> injectionTarget,
                                                        AnnotatedType<T> annotatedType)
Method Detail

dispose

public void dispose(T instance)
Specified by:
dispose in interface Producer<T>

getInjectionPoints

public Set<InjectionPoint> getInjectionPoints()
Specified by:
getInjectionPoints in interface Producer<T>

inject

public void inject(T instance,
                   CreationalContext<T> cc)
Specified by:
inject in interface InjectionTarget<T>

produce

public T produce(CreationalContext<T> cc)
Specified by:
produce in interface Producer<T>

postConstruct

public void postConstruct(T instance)
Specified by:
postConstruct in interface InjectionTarget<T>

preDestroy

public void preDestroy(T instance)
Specified by:
preDestroy in interface InjectionTarget<T>