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

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

public class MethodBindingSupport
extends Object

メソッドバインディングの生成をサポートするクラスです。

作成者:
y-komori

コンストラクタの概要
MethodBindingSupport()
           
 
メソッドの概要
static void createListeners(PartContext context)
          指定された名前のウィンドウに対して、メソッドバインディングを行います。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MethodBindingSupport

public MethodBindingSupport()
メソッドの詳細

createListeners

public static void createListeners(PartContext context)
指定された名前のウィンドウに対して、メソッドバインディングを行います。

本メソッドでは、以下の手順でメソッドバインディングを行います。

パラメータ:
context - PartContext オブジェクト


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