|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.config.inject.CreationalContextImpl<T>
com.caucho.config.inject.DependentCreationalContext<T>
@Module public class DependentCreationalContext<T>
Stack of partially constructed beans.
Field Summary |
---|
Fields inherited from class com.caucho.config.inject.CreationalContextImpl |
---|
NULL |
Constructor Summary | |
---|---|
DependentCreationalContext(Contextual<T> bean,
CreationalContextImpl<?> parent,
InjectionPoint injectionPoint)
|
Method Summary | |
---|---|
InjectionPoint |
getInjectionPoint()
|
DependentCreationalContext<?> |
getNext()
|
OwnerCreationalContext<?> |
getOwner()
|
boolean |
isTop()
|
void |
setInjectionPoint(InjectionPoint injectionPoint)
|
Methods inherited from class com.caucho.config.inject.CreationalContextImpl |
---|
clearTarget, find, findAny, findAny, findByName, findInjectionPoint, findWithNull, get, getAny, getBean, getDelegate, getParentValue, getValue, push, release, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DependentCreationalContext(Contextual<T> bean, CreationalContextImpl<?> parent, InjectionPoint injectionPoint)
Method Detail |
---|
public boolean isTop()
isTop
in class CreationalContextImpl<T>
public OwnerCreationalContext<?> getOwner()
getOwner
in class CreationalContextImpl<T>
public DependentCreationalContext<?> getNext()
getNext
in class CreationalContextImpl<T>
public InjectionPoint getInjectionPoint()
getInjectionPoint
in class CreationalContextImpl<T>
public void setInjectionPoint(InjectionPoint injectionPoint)
setInjectionPoint
in class CreationalContextImpl<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |