|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectwoolpack.el.CachePropertyELFactory
public class CachePropertyELFactory
委譲先で生成したGettingELとELをクラス名と
プロパティ名をーキーとしてキャッシュするPropertyELFactory。
適用しているパターン:Proxy。
| コンストラクタの概要 | |
|---|---|
CachePropertyELFactory(PropertyELFactory factory)
コンストラクタ。 |
|
| メソッドの概要 | |
|---|---|
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 CachePropertyELFactory(PropertyELFactory factory)
factory - 委譲先。
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 PropertyELFactory getFactory()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||