com.opensymphony.xwork2.inject
Class InternalContext
java.lang.Object
com.opensymphony.xwork2.inject.InternalContext
class InternalContext
- extends Object
Internal context. Used to coordinate injections and support circular
dependencies.
- Author:
- crazybob@google.com (Bob Lee)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
container
final ContainerImpl container
constructionContexts
final Map<Object,ConstructionContext<?>> constructionContexts
scopeStrategy
Scope.Strategy scopeStrategy
externalContext
ExternalContext<?> externalContext
InternalContext
InternalContext(ContainerImpl container)
getContainer
public Container getContainer()
getContainerImpl
ContainerImpl getContainerImpl()
getScopeStrategy
Scope.Strategy getScopeStrategy()
getConstructionContext
<T> ConstructionContext<T> getConstructionContext(Object key)
getExternalContext
<T> ExternalContext<T> getExternalContext()
setExternalContext
void setExternalContext(ExternalContext<?> externalContext)
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.