Package nablarch.core.repository.di
Interface ComponentDefinitionLoader
- All Known Implementing Classes:
XmlComponentDefinitionLoader
public interface ComponentDefinitionLoader
コンポーネントの定義を読み込むインタフェース。
-
Method Summary
-
Method Details
-
load
コンポーネント定義をロードする。- Parameters:
container
- ロードするコンテナ- Returns:
- コンポーネント定義のリスト
-