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
クラス 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.