org.jboss.seam.config.xml.fieldset
Class InjectionTargetWrapper<T>

java.lang.Object
  extended by org.jboss.seam.config.xml.fieldset.InjectionTargetWrapper<T>
All Implemented Interfaces:
InjectionTarget<T>, Producer<T>

public class InjectionTargetWrapper<T>
extends Object
implements InjectionTarget<T>


Constructor Summary
InjectionTargetWrapper(InjectionTarget<T> target, List<FieldValueObject> fieldValues, BeanManager manager)
           
 
Method Summary
 void dispose(T instance)
           
 Set<InjectionPoint> getInjectionPoints()
           
 void inject(T instance, CreationalContext<T> ctx)
           
 void postConstruct(T instance)
           
 void preDestroy(T instance)
           
 T produce(CreationalContext<T> ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectionTargetWrapper

public InjectionTargetWrapper(InjectionTarget<T> target,
                              List<FieldValueObject> fieldValues,
                              BeanManager manager)
Method Detail

inject

public void inject(T instance,
                   CreationalContext<T> ctx)
Specified by:
inject in interface InjectionTarget<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>

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>

produce

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


Copyright © 2011 Seam Framework. All Rights Reserved.