org.jboss.injection
Class AbstractPropertyInjector

java.lang.Object
  extended by org.jboss.injection.AbstractPropertyInjector
All Implemented Interfaces:
Injector
Direct Known Subclasses:
JndiPropertyInjector, UserTransactionPropertyInjector

public abstract class AbstractPropertyInjector
extends Object
implements Injector

Comment

Version:
$Revision: $
Author:
Carlo de Wolf

Field Summary
protected  BeanProperty property
           
 
Constructor Summary
protected AbstractPropertyInjector(BeanProperty property)
           
 
Method Summary
 AccessibleObject getAccessibleObject()
           
 Class<?> getInjectionClass()
           
 void inject(BeanContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.injection.Injector
inject
 

Field Detail

property

protected BeanProperty property
Constructor Detail

AbstractPropertyInjector

protected AbstractPropertyInjector(BeanProperty property)
Method Detail

getInjectionClass

public Class<?> getInjectionClass()
Specified by:
getInjectionClass in interface Injector

inject

public void inject(BeanContext ctx)
Specified by:
inject in interface Injector

getAccessibleObject

public AccessibleObject getAccessibleObject()


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.