|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.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の数を返します。
DestroyMethodDefpublic DestroyMethodDef getDestroyMethodDef(int index)
DestroyMethodDefを返します。
index -
DestroyMethodDefpublic void setContainer(S2Container container)
S2Containerを設定します。
container -
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||