Class ListComponentCreator

java.lang.Object
nablarch.core.repository.di.config.ListComponentCreator
All Implemented Interfaces:
ComponentCreator, ComponentInjector

public class ListComponentCreator extends Object implements ComponentCreator, ComponentInjector
Listの定義からコンポーネントを生成するクラス。
Listは初期化時にならないと対象のオブジェクトを発見できないため、 ComponentCreatorとComponentInjectorの2つのインタフェースを実装する。