org.seasar.uruma.binding.method
クラス MethodBindingFactory
java.lang.Object
org.seasar.uruma.binding.method.MethodBindingFactory
public class MethodBindingFactory
- extends Object
MethodBinding
を生成するためのファクトリクラスです。
- 作成者:
- y-komori
クラス 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.