org.seasar.framework.container.util
クラス InitMethodDefSupport

java.lang.Object
  拡張org.seasar.framework.container.util.InitMethodDefSupport

public class InitMethodDefSupport
extends java.lang.Object

InitMethodDefを補助するクラスです。

作成者:
higa

コンストラクタの概要
InitMethodDefSupport()
          InitMethodDefSupportを作成します。
 
メソッドの概要
 void addInitMethodDef(InitMethodDef methodDef)
          InitMethodDefを追加します。
 InitMethodDef getInitMethodDef(int index)
          InitMethodDefを返します。
 int getInitMethodDefSize()
          InitMethodDefの数を返します。
 void setContainer(S2Container container)
          S2Containerを返します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

InitMethodDefSupport

public InitMethodDefSupport()
InitMethodDefSupportを作成します。

メソッドの詳細

addInitMethodDef

public void addInitMethodDef(InitMethodDef methodDef)
InitMethodDefを追加します。

パラメータ:
methodDef -

getInitMethodDefSize

public int getInitMethodDefSize()
InitMethodDefの数を返します。

戻り値:
InitMethodDefの数

getInitMethodDef

public InitMethodDef getInitMethodDef(int index)
InitMethodDefを返します。

パラメータ:
index -
戻り値:
InitMethodDef

setContainer

public void setContainer(S2Container container)
S2Containerを返します。

パラメータ:
container -


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.