org.seasar.wicket
クラス ComponentInjectionListener

java.lang.Object
  上位を拡張 org.seasar.wicket.ComponentInjectionListener
すべての実装されたインタフェース:
org.apache.wicket.application.IComponentInstantiationListener

public class ComponentInjectionListener
extends Object
implements org.apache.wicket.application.IComponentInstantiationListener

WicketのComponent初期化時に依存性注入を行うためのコンポーネント初期化リスナ。 S2WicketFilter内でWebApplication初期化後に自動的に登録します。

作成者:
TAKEUCHI Hideyuki (chimerast)

コンストラクタの概要
ComponentInjectionListener()
           
 
メソッドの概要
 void onInstantiation(org.apache.wicket.Component component)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ComponentInjectionListener

public ComponentInjectionListener()
メソッドの詳細

onInstantiation

public void onInstantiation(org.apache.wicket.Component component)
定義:
インタフェース org.apache.wicket.application.IComponentInstantiationListener 内の onInstantiation


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