org.seasar.uruma.binding.value
クラス ValueBinderFactory

java.lang.Object
  上位を拡張 org.seasar.uruma.binding.value.ValueBinderFactory

public class ValueBinderFactory
extends Object

ValueBinder を取得するためのファクトリクラスです。

作成者:
y-komori

コンストラクタの概要
ValueBinderFactory()
           
 
メソッドの概要
static void addValueBinder(ValueBinder valueBinder)
          ValueBinder を登録します。
static ValueBinder getValueBinder(Class<?> widgetClass)
          widgetClass に対応する ValueBinder を取得します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ValueBinderFactory

public ValueBinderFactory()
メソッドの詳細

getValueBinder

public static ValueBinder getValueBinder(Class<?> widgetClass)
widgetClass に対応する ValueBinder を取得します。

パラメータ:
widgetClass - 対応する ValueBinder を取得するための Class オブジェクト
戻り値:
widgetClass に対応する ValueBinder。見つからなかった場合は null

addValueBinder

public static void addValueBinder(ValueBinder valueBinder)
ValueBinder を登録します。

パラメータ:
valueBinder - ValueBinder オブジェクト


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