org.seasar.uruma.binding.method
クラス MethodBindingFactory

java.lang.Object
  上位を拡張 org.seasar.uruma.binding.method.MethodBindingFactory

public class MethodBindingFactory
extends Object

MethodBinding を生成するためのファクトリクラスです。

作成者:
y-komori

メソッドの概要
static MethodBinding createMethodBinding(Object target, Method method, WidgetHandle handle, AsyncMethod asyncMethod)
          MethodBinding を生成します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

createMethodBinding

public static MethodBinding createMethodBinding(Object target,
                                                Method method,
                                                WidgetHandle handle,
                                                AsyncMethod asyncMethod)
MethodBinding を生成します。

パラメータ:
target - ターゲットオブジェクト
method - ターゲットメソッド
handle - 呼び出し元となるウィジットを保持する WidgetHandle オブジェクト
asyncMethod - 非同期実行を行う場合はそのアノテーション
戻り値:
MethodBinding オブジェクト


Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.