|
|||||||||||
前 次 | フレームあり フレームなし |
IllegalPropertyRuntimeException を使用しているパッケージ | |
org.seasar.framework.beans | JavaBeansのメタデータにアクセスする機能を提供します。 |
org.seasar.framework.container | S2コンテナとその構成要素を定義するインターフェースおよび、S2コンテナの振舞いに関連した例外クラスを提供します。 |
org.seasar.framework.container.assembler | バインディング機能を提供します。 |
org.seasar.framework.beans での IllegalPropertyRuntimeException の使用 |
IllegalPropertyRuntimeException をスローする org.seasar.framework.beans のメソッド | |
void |
PropertyDesc.setValue(java.lang.Object target,
java.lang.Object value)
プロパティに値を設定します。 |
org.seasar.framework.container での IllegalPropertyRuntimeException の使用 |
IllegalPropertyRuntimeException をスローする org.seasar.framework.container のメソッド | |
void |
PropertyAssembler.assemble(java.lang.Object component)
指定された component に対して、 プロパティ・インジェクションやフィールド・インジェクションを実行します。
|
org.seasar.framework.container.assembler での IllegalPropertyRuntimeException の使用 |
IllegalPropertyRuntimeException をスローする org.seasar.framework.container.assembler のメソッド | |
protected java.lang.Object |
AbstractBindingTypeDef.getValue(ComponentDef componentDef,
PropertyDef propertyDef,
java.lang.Object component)
プロパティの値を返します。 |
protected java.lang.Object |
AbstractBindingTypeDef.getValue(ComponentDef componentDef,
java.lang.Object key,
java.lang.Object component,
java.lang.String propertyName)
コンポーネントを返します。 |
protected void |
AbstractBindingTypeDef.setValue(ComponentDef componentDef,
PropertyDesc propertyDesc,
java.lang.Object component,
java.lang.Object value)
プロパティに値を設定します。 |
protected void |
AbstractBindingTypeDef.setValue(ComponentDef componentDef,
java.lang.reflect.Field field,
java.lang.Object component,
java.lang.Object value)
Field に値を設定します。 |
|
|||||||||||
前 次 | フレームあり フレームなし |