org.zuena.guiceex.binder
クラス PropertiesBinder

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

public class PropertiesBinder
extends NameBinder

guiceex-configの<properties>に指定されたバインディング設定を行うバインダークラスです。

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

コンストラクタの概要
PropertiesBinder()
           
 
メソッドの概要
 void bind(Binder binder)
          Binderを用いてたバインディング処理を行います。
 String getClassPath()
           
 String getFilePath()
           
 boolean isSystem()
           
 boolean isXml()
           
 void setClassPath(String classPath)
           
 void setFilePath(String filePath)
           
 void setSystem(boolean system)
           
 void setXml(boolean xml)
           
 
クラス org.zuena.guiceex.binder.AnnotationBinder から継承されたメソッド
bindAnnotation
 
クラス org.zuena.guiceex.binder.ToBinder から継承されたメソッド
bindCollectionProvider, bindTo
 
クラス org.zuena.guiceex.binder.ScopedBinder から継承されたメソッド
bindIn
 
クラス org.zuena.guiceex.binder.BasicBinderSupport から継承されたメソッド
getAnnotationType, getCollection, getConstant, getId, getScopeType, getToInstance, getToProviderInstance, getToProviderType, getToType, getType, getValue, isPreload, setAnnotationType, setCollection, setConstant, setId, setPreload, setScopeType, setToInstance, setToProviderInstance, setToProviderType, setToType, setType, setValue, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

PropertiesBinder

public PropertiesBinder()
メソッドの詳細

bind

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

定義:
インタフェース GuiceexBinder 内の bind
オーバーライド:
クラス NameBinder 内の bind

getClassPath

public String getClassPath()

setClassPath

public void setClassPath(String classPath)

getFilePath

public String getFilePath()

setFilePath

public void setFilePath(String filePath)

isSystem

public boolean isSystem()

setSystem

public void setSystem(boolean system)

isXml

public boolean isXml()

setXml

public void setXml(boolean xml)


Copyright © 2007 zuena.org AllRights Reserved.