org.zuena.guiceex.binder
クラス InterceptorBinder

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

public class InterceptorBinder
extends Object
implements GuiceexBinder

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

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

コンストラクタの概要
InterceptorBinder()
           
 
メソッドの概要
 void bind(Binder binder)
          Binderを用いてたバインディング処理を行います。
 String getClassPattern()
           
 String getMethodPattern()
           
 String getType()
           
 void setClassPattern(String classPattern)
           
 void setMethodPattern(String methodPattern)
           
 void setType(String type)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

InterceptorBinder

public InterceptorBinder()
メソッドの詳細

bind

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

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

getClassPattern

public String getClassPattern()

setClassPattern

public void setClassPattern(String classPattern)

getType

public String getType()

setType

public void setType(String type)

getMethodPattern

public String getMethodPattern()

setMethodPattern

public void setMethodPattern(String methodPattern)


Copyright © 2007 zuena.org AllRights Reserved.