org.seasar.wicket.injection
クラス S2ProxyTargetLocator

java.lang.Object
  上位を拡張 org.seasar.wicket.injection.S2ProxyTargetLocator
すべての実装されたインタフェース:
Serializable, org.apache.wicket.proxy.IProxyTargetLocator, org.apache.wicket.util.io.IClusterable

public class S2ProxyTargetLocator
extends Object
implements org.apache.wicket.proxy.IProxyTargetLocator, Serializable

S2Container用のProxyTargetLocator。

ProxyBindingTypeDefクラスにおいてコンポーネントの代わりにDIされたプロクシが実体を取り出す際に使用します。

作成者:
TAKEUCHI Hideyuki (chimerast)
関連項目:
直列化された形式

フィールドの概要
protected  org.slf4j.Logger logger
           
 
コンストラクタの概要
S2ProxyTargetLocator(Object key)
          コンストラクタ。
 
メソッドの概要
 Object locateProxyTarget()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

logger

protected final org.slf4j.Logger logger
コンストラクタの詳細

S2ProxyTargetLocator

public S2ProxyTargetLocator(Object key)
コンストラクタ。

パラメータ:
key - S2Containerからオブジェクトを取り出すためのキー
メソッドの詳細

locateProxyTarget

public Object locateProxyTarget()
定義:
インタフェース org.apache.wicket.proxy.IProxyTargetLocator 内の locateProxyTarget


Copyright © 2013 The Seasar Foundation and the others. All Rights Reserved.