com.opensymphony.xwork2.inject
Class ConstructionContext<T>
java.lang.Object
com.opensymphony.xwork2.inject.ConstructionContext<T>
class ConstructionContext<T>
- extends Object
Context of a dependency construction. Used to manage circular references.
- Author:
- crazybob@google.com (Bob Lee)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentReference
T currentReference
constructing
boolean constructing
invocationHandlers
List<ConstructionContext.DelegatingInvocationHandler<T>> invocationHandlers
ConstructionContext
ConstructionContext()
getCurrentReference
T getCurrentReference()
removeCurrentReference
void removeCurrentReference()
setCurrentReference
void setCurrentReference(T currentReference)
isConstructing
boolean isConstructing()
startConstruction
void startConstruction()
finishConstruction
void finishConstruction()
createProxy
Object createProxy(Class<? super T> expectedType)
setProxyDelegates
void setProxyDelegates(T delegate)
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.