jp.liq.container
クラス Module

java.lang.Object
  上位を拡張 jp.liq.container.Module
直系の既知のサブクラス:
ComponentsConfig.ComponentsModule, SentinelConfig.SentinelModule

public abstract class Module
extends java.lang.Object

Component を生成します。

作成者:
nose

コンストラクタの概要
Module()
          このクラスのインスタンスを構築します。
 
メソッドの概要
protected
<T> void
addComponent(Component<T> component)
          引数で指定されたコンポーネントを追加します。
protected
<T> Component<T>
createComponent(java.lang.Class<T> type)
          引数で指定されたクラスに対応するコンポーネントを返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Module

public Module()
このクラスのインスタンスを構築します。

メソッドの詳細

addComponent

protected <T> void addComponent(Component<T> component)
引数で指定されたコンポーネントを追加します。

パラメータ:
component - 追加するコンポーネント

createComponent

protected <T> Component<T> createComponent(java.lang.Class<T> type)
引数で指定されたクラスに対応するコンポーネントを返します。

パラメータ:
type -


Copyright © 2008. All Rights Reserved.