org.seasar.framework.container
クラス SingletonS2Container

java.lang.Object
  上位を拡張 org.seasar.framework.container.SingletonS2Container

public abstract class SingletonS2Container
extends Object

作成者:
higa

コンストラクタの概要
protected SingletonS2Container()
           
 
メソッドの概要
static
<T> T
getComponent(Class<? extends T> componentClass)
           
static
<T> T
getComponent(String componentName)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SingletonS2Container

protected SingletonS2Container()
メソッドの詳細

getComponent

public static <T> T getComponent(Class<? extends T> componentClass)

getComponent

public static <T> T getComponent(String componentName)


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