|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectwoolpack.el.ReflectionPropertyELFactory
public class ReflectionPropertyELFactory
リフレクションを使用したPropertyELFactory
。 getter/setterのオーバロードには対応していない。
コンストラクタの概要 | |
---|---|
ReflectionPropertyELFactory(Convertable convertable)
コンストラクタ。 |
メソッドの概要 | |
---|---|
Convertable |
getConvertable()
|
GettingEL |
newGetter(java.lang.Class clazz,
java.lang.String propertyName)
対象クラスの対象プロパティ名の値を取得するための GettingEL を返す。 |
EL |
newSetter(java.lang.Class clazz,
java.lang.String propertyName)
対象クラスの対象プロパティ名に値を設定するための EL を返す。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ReflectionPropertyELFactory(Convertable convertable)
convertable
- 変換器。
java.lang.NullPointerException
- 引数が null の場合。メソッドの詳細 |
---|
public GettingEL newGetter(java.lang.Class clazz, java.lang.String propertyName)
PropertyELFactory
の記述: GettingEL
を返す。
PropertyELFactory
内の newGetter
clazz
- 対象クラス。propertyName
- 対象クラスの対象プロパティ名。
GettingEL
。public EL newSetter(java.lang.Class clazz, java.lang.String propertyName)
PropertyELFactory
の記述: EL
を返す。
PropertyELFactory
内の newSetter
clazz
- 対象クラス。propertyName
- 対象クラスの対象プロパティ名。
EL
。public Convertable getConvertable()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |