|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.webbeans.inject.AbstractInjectable
org.apache.webbeans.inject.InjectableConstructor<T>
public class InjectableConstructor<T>
Injects the parameters of the ManagedBean constructor and returns
the created instance.
AbstractInjectable| Field Summary | |
|---|---|
protected java.lang.reflect.Constructor<T> |
con
Injectable constructor instance |
| Fields inherited from class org.apache.webbeans.inject.AbstractInjectable |
|---|
dependentInstanceOfProducerMethods, injectionMember, injectionOwnerBean, injectionOwnerCreationalContext, instanceUnderInjection |
| Constructor Summary | |
|---|---|
InjectableConstructor(java.lang.reflect.Constructor<T> cons,
AbstractOwbBean<?> owner,
javax.enterprise.context.spi.CreationalContext<?> creationalContext)
Sets the constructor. |
|
| Method Summary | |
|---|---|
T |
doInjection()
Creates the instance from the constructor. |
| Methods inherited from class org.apache.webbeans.inject.AbstractInjectable |
|---|
getInjectedPoints, getInjectionOwnerComponent, inject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.reflect.Constructor<T> con
| Constructor Detail |
|---|
public InjectableConstructor(java.lang.reflect.Constructor<T> cons,
AbstractOwbBean<?> owner,
javax.enterprise.context.spi.CreationalContext<?> creationalContext)
cons - injectable constructor| Method Detail |
|---|
public T doInjection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||