クラス
woolpack.container.ComponentDef の使用

ComponentDef を使用しているパッケージ
woolpack.container スコープを制御する機能のみを持つオブジェクトコンテナの実装が含まれる。 
woolpack.test テストのための部品が含まれる。 
 

woolpack.container での ComponentDef の使用
 

Constructor parameters in woolpack.container with type arguments of type ComponentDef
ScopeContainer(java.util.Map<java.lang.String,java.lang.Object> request, java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> session, java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> application, java.util.Map<java.lang.String,ComponentDef> componentDefs)
          コンストラクタ。
ScopeContainer(java.lang.String keyPrefix, java.util.Map<java.lang.String,java.lang.Object> request, java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> session, java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> application, java.util.Map<java.lang.String,ComponentDef> componentDefs)
          コンストラクタ。
 

woolpack.test での ComponentDef の使用
 

Constructor parameters in woolpack.test with type arguments of type ComponentDef
TestDomContextBuilder2(java.lang.Iterable<java.lang.String> attrNames, NodeFindableFactory factory, java.util.Map<java.lang.String,ComponentDef> componentDefMap)
          コンストラクタ。
TestDomContextBuilder2(NodeFindableFactory factory, java.util.Map<java.lang.String,ComponentDef> componentDefMap)
          コンストラクタ。
 



Copyright (C) 2006 Takahiro Nakamura. All rights reserved.