org.zuena.guiceex.binder
クラス SpringBinder

java.lang.Object
  上位を拡張 org.zuena.guiceex.binder.SpringBinder
すべての実装されたインタフェース:
GuiceexBinder

public class SpringBinder
extends Object
implements GuiceexBinder

guiceex-configの<spring>に指定されたSpringFrameworkとの統合を行うクラスです。

導入されたバージョン:
0.9.1

コンストラクタの概要
SpringBinder()
           
 
メソッドの概要
 void bind(Binder binder)
          Binderを用いてたバインディング処理を行います。
 void setClassPath(String classPath)
           
 void setFilePath(String filePath)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SpringBinder

public SpringBinder()
メソッドの詳細

bind

public void bind(Binder binder)
インタフェース GuiceexBinder の記述:
Binderを用いてたバインディング処理を行います。

定義:
インタフェース GuiceexBinder 内の bind

setClassPath

public void setClassPath(String classPath)

setFilePath

public void setFilePath(String filePath)


Copyright © 2007 zuena.org AllRights Reserved.