org.seasar.cubby.plugins
クラス BinderPlugin.Binder<S extends Provider>

java.lang.Object
  上位を拡張 org.seasar.cubby.plugins.BinderPlugin.Binder<S>
型パラメータ:
S - サービスの型
含まれているクラス:
BinderPlugin

public class BinderPlugin.Binder<S extends Provider>
extends Object

サービスをプロバイダに紐づけるためのクラスです。

作成者:
baba

メソッドの概要
 void toInstance(S instance)
          サービスを特定のインスタンスにバインドします。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

toInstance

public void toInstance(S instance)
サービスを特定のインスタンスにバインドします。

パラメータ:
instance - インスタンス


Copyright © 2006-2010 The Seasar Foundation. All Rights Reserved.