org.guiceex.binder
クラス InterceptorBinder

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

public class InterceptorBinder
extends Object
implements GuiceexBinder

作成者:
matu◆AliceLAklI

コンストラクタの概要
InterceptorBinder()
           
 
メソッドの概要
 void bind(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 内の 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. All Rights Reserved.