|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.config.inject.AbstractInjectionTarget<X>
public abstract class AbstractInjectionTarget<X>
Abstract introspected view of a Bean injectible field
| Constructor Summary | |
|---|---|
AbstractInjectionTarget()
|
|
| Method Summary | |
|---|---|
void |
dispose(X instance)
Call pre-destroy |
java.util.Set<InjectionPoint> |
getInjectionPoints()
Returns the injection points. |
void |
inject(X instance,
CreationalContext<X> ctx)
Inject the bean. |
void |
postConstruct(X instance)
PostConstruct initialization |
void |
preDestroy(X instance)
Call destroy |
abstract X |
produce(CreationalContext<X> ctx)
Instantiate the bean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractInjectionTarget()
| Method Detail |
|---|
public abstract X produce(CreationalContext<X> ctx)
produce in interface Producer<X>
public void inject(X instance,
CreationalContext<X> ctx)
inject in interface InjectionTarget<X>public void postConstruct(X instance)
postConstruct in interface InjectionTarget<X>public void dispose(X instance)
dispose in interface Producer<X>public void preDestroy(X instance)
preDestroy in interface InjectionTarget<X>public java.util.Set<InjectionPoint> getInjectionPoints()
getInjectionPoints in interface Producer<X>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||