com.caucho.config.inject
Class OwnerCreationalContext<T>
java.lang.Object
com.caucho.config.inject.CreationalContextImpl<T>
com.caucho.config.inject.OwnerCreationalContext<T>
- All Implemented Interfaces:
- CreationalContext<T>
- Direct Known Subclasses:
- ProducesCreationalContext
@Module
public class OwnerCreationalContext<T>
- extends CreationalContextImpl<T>
Stack of partially constructed beans.
Methods inherited from class com.caucho.config.inject.CreationalContextImpl |
clearTarget, find, findAny, findAny, findByName, findInjectionPoint, findWithNull, get, getAny, getBean, getDelegate, getInjectionPoint, getParentValue, getValue, push, release, setInjectionPoint, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OwnerCreationalContext
public OwnerCreationalContext(Contextual<T> bean)
OwnerCreationalContext
public OwnerCreationalContext(Contextual<T> bean,
CreationalContextImpl<?> parent)
isTop
protected boolean isTop()
- Overrides:
isTop
in class CreationalContextImpl<T>
getOwner
protected OwnerCreationalContext<T> getOwner()
- Overrides:
getOwner
in class CreationalContextImpl<T>
getNext
protected DependentCreationalContext<?> getNext()
- Overrides:
getNext
in class CreationalContextImpl<T>
setNext
protected void setNext(DependentCreationalContext<?> dep)