|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.container.util.DestroyMethodDefSupport
DestroyMethodDef
を補助するクラスです。
コンストラクタの概要 | |
DestroyMethodDefSupport()
DestroyMethodDefSupport を作成します。 |
メソッドの概要 | |
void |
addDestroyMethodDef(DestroyMethodDef methodDef)
DestroyMethodDef を追加します。 |
DestroyMethodDef |
getDestroyMethodDef(int index)
DestroyMethodDef を返します。 |
int |
getDestroyMethodDefSize()
DestroyMethodDef の数を返します。 |
void |
setContainer(S2Container container)
S2Container を設定します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public DestroyMethodDefSupport()
DestroyMethodDefSupport
を作成します。
メソッドの詳細 |
public void addDestroyMethodDef(DestroyMethodDef methodDef)
DestroyMethodDef
を追加します。
methodDef
- public int getDestroyMethodDefSize()
DestroyMethodDef
の数を返します。
DestroyMethodDef
public DestroyMethodDef getDestroyMethodDef(int index)
DestroyMethodDef
を返します。
index
-
DestroyMethodDef
public void setContainer(S2Container container)
S2Container
を設定します。
container
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |