|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectwoolpack.el.MapPropertyELFactory
public class MapPropertyELFactory
Map
のみをサポートするPropertyELFactory
。
適用しているパターン:Bolking。
コンストラクタの概要 | |
---|---|
MapPropertyELFactory(Convertable convertable,
PropertyELFactory factory)
コンストラクタ。 |
メソッドの概要 | |
---|---|
Convertable |
getConvertable()
|
PropertyELFactory |
getFactory()
|
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 MapPropertyELFactory(Convertable convertable, PropertyELFactory factory)
convertable
- 変換器。factory
- 型がMap
でない場合の委譲先。
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()
public PropertyELFactory getFactory()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |