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

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

public final class InitMethodDefSupport
extends Object

作成者:
higa

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

コンストラクタの詳細

InitMethodDefSupport

public InitMethodDefSupport()
メソッドの詳細

addInitMethodDef

public void addInitMethodDef(InitMethodDef methodDef)

getInitMethodDefSize

public int getInitMethodDefSize()

getInitMethodDef

public InitMethodDef getInitMethodDef(int index)

setContainer

public void setContainer(S2Container container)


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