org.seasar.framework.container.assembler
クラス AutoPropertyAssembler
java.lang.Object
org.seasar.framework.container.assembler.AbstractAssembler
org.seasar.framework.container.assembler.AbstractPropertyAssembler
org.seasar.framework.container.assembler.AutoPropertyAssembler
- すべての実装インタフェース:
- PropertyAssembler
- public class AutoPropertyAssembler
- extends AbstractPropertyAssembler
プロパティアセンブラの自動版です。
- 作成者:
- higa
|
メソッドの概要 |
void |
assemble(Object component)
指定されたcomponentに対して、 プロパティ・インジェクションやフィールド・インジェクションを実行します。
|
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoPropertyAssembler
public AutoPropertyAssembler(ComponentDef componentDef)
- パラメータ:
componentDef -
assemble
public void assemble(Object component)
- インタフェース
PropertyAssembler の記述:
- 指定された
componentに対して、 プロパティ・インジェクションやフィールド・インジェクションを実行します。
コンポーネント定義のexternalBinding属性がtrueにも関わらず、
ExternalContextがS2コンテナに設定されていない場合には、
EmptyRuntimeExceptionをスローします。
- パラメータ:
component - S2コンテナ上のコンポーネントがセットされる対象
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.