|
|||||||||||
前 次 | フレームあり フレームなし |
DestroyMethodDef を使用しているパッケージ | |
org.seasar.framework.container | S2コンテナとその構成要素を定義するインターフェースおよび、S2コンテナの振舞いに関連した例外クラスを提供します。 |
org.seasar.framework.container.impl | S2Containerの実装を提供します。 |
org.seasar.framework.container.util | S2Container用のユーティリティを提供します。 |
org.seasar.framework.container での DestroyMethodDef の使用 |
DestroyMethodDef を返す org.seasar.framework.container のメソッド | |
DestroyMethodDef |
DestroyMethodDefAware.getDestroyMethodDef(int index)
指定されたインデックス番号 index のdestroyメソッド定義を返します。
|
DestroyMethodDef 型のパラメータを持つ org.seasar.framework.container のメソッド | |
void |
DestroyMethodDefAware.addDestroyMethodDef(DestroyMethodDef methodDef)
destroyメソッド定義を追加します。 |
org.seasar.framework.container.impl での DestroyMethodDef の使用 |
DestroyMethodDef を実装している org.seasar.framework.container.impl のクラス | |
class |
DestroyMethodDefImpl
DestroyMethodDef の実装クラスです。 |
DestroyMethodDef を返す org.seasar.framework.container.impl のメソッド | |
DestroyMethodDef |
SimpleComponentDef.getDestroyMethodDef(int index)
|
DestroyMethodDef |
ComponentDefImpl.getDestroyMethodDef(int index)
|
DestroyMethodDef 型のパラメータを持つ org.seasar.framework.container.impl のメソッド | |
void |
SimpleComponentDef.addDestroyMethodDef(DestroyMethodDef methodDef)
|
void |
ComponentDefImpl.addDestroyMethodDef(DestroyMethodDef methodDef)
|
org.seasar.framework.container.util での DestroyMethodDef の使用 |
DestroyMethodDef を返す org.seasar.framework.container.util のメソッド | |
DestroyMethodDef |
DestroyMethodDefSupport.getDestroyMethodDef(int index)
DestroyMethodDef を返します。 |
DestroyMethodDef 型のパラメータを持つ org.seasar.framework.container.util のメソッド | |
void |
DestroyMethodDefSupport.addDestroyMethodDef(DestroyMethodDef methodDef)
DestroyMethodDef を追加します。 |
|
|||||||||||
前 次 | フレームあり フレームなし |