|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectwoolpack.el.MapPropertyELFactory
public class MapPropertyELFactory
MapのみをサポートするPropertyELFactory。 適用しているパターン:Balking。
| コンストラクタの概要 | |
|---|---|
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 内の newGetterclazz - 対象クラス。propertyName - 対象クラスの対象プロパティ名。
GettingEL。
public EL newSetter(java.lang.Class clazz,
java.lang.String propertyName)
PropertyELFactory の記述: ELを返す。
PropertyELFactory 内の newSetterclazz - 対象クラス。propertyName - 対象クラスの対象プロパティ名。
EL。public Convertable getConvertable()
public PropertyELFactory getFactory()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||