|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.framework.aop.interceptors.AbstractInterceptor
org.seasar.framework.aop.interceptors.DependencyLookupInterceptor
getterメソッドに適用されて、S2コンテナからルックアップしたコンポーネントを返すインターセプタです。
AbstractBindingTypeDef
,
直列化された形式コンストラクタの概要 | |
DependencyLookupInterceptor()
|
メソッドの概要 | |
java.lang.Object |
invoke(MethodInvocation invocation)
|
protected boolean |
isAutoBindable(java.lang.String propertyName,
java.lang.Class propertyType,
ComponentDef cd)
プロパティにコンポーネントを自動バインディング可能なら true を返します。 |
クラス org.seasar.framework.aop.interceptors.AbstractInterceptor から継承したメソッド |
createProxy, getComponentDef, getTargetClass |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public DependencyLookupInterceptor()
メソッドの詳細 |
public java.lang.Object invoke(MethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwable
protected boolean isAutoBindable(java.lang.String propertyName, java.lang.Class propertyType, ComponentDef cd)
true
を返します。
propertyName
- プロパティ名propertyType
- プロパティの型cd
- コンポーネント定義
true
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |