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