インタフェース
org.seasar.framework.container.PropertyAssembler の使用

PropertyAssembler を使用しているパッケージ
org.seasar.framework.container   
org.seasar.framework.container.assembler   
org.seasar.framework.container.deployer   
 

org.seasar.framework.container での PropertyAssembler の使用
 

PropertyAssembler を返す org.seasar.framework.container のメソッド
 PropertyAssembler AutoBindingDef.createPropertyAssembler(ComponentDef componentDef)
          自動バインディング定義に基づき、 componentDefに対するPropertyAssemblerを返します。
 

org.seasar.framework.container.assembler での PropertyAssembler の使用
 

PropertyAssembler を実装している org.seasar.framework.container.assembler のクラス
 class AbstractPropertyAssembler
           
 class AutoPropertyAssembler
           
 class ManualOnlyPropertyAssembler
           
 class SemiAutoPropertyAssembler
          セミオートでプロパティのバインディングを行うアセンブラです。
 

PropertyAssembler を返す org.seasar.framework.container.assembler のメソッド
static PropertyAssembler AssemblerFactory.createAutoPropertyAssembler(ComponentDef cd)
           
static PropertyAssembler AssemblerFactory.createManualOnlyPropertyAssembler(ComponentDef cd)
           
static PropertyAssembler AssemblerFactory.createSemiAutoPropertyAssembler(ComponentDef cd)
           
 PropertyAssembler AssemblerFactory.Provider.createAutoPropertyAssembler(ComponentDef cd)
           
 PropertyAssembler AssemblerFactory.Provider.createManualOnlyPropertyAssembler(ComponentDef cd)
           
 PropertyAssembler AssemblerFactory.Provider.createSemiAutoPropertyAssembler(ComponentDef cd)
           
 PropertyAssembler AssemblerFactory.DefaultProvider.createAutoPropertyAssembler(ComponentDef cd)
           
 PropertyAssembler AssemblerFactory.DefaultProvider.createManualOnlyPropertyAssembler(ComponentDef cd)
           
 PropertyAssembler AssemblerFactory.DefaultProvider.createSemiAutoPropertyAssembler(ComponentDef cd)
           
 PropertyAssembler AutoBindingAutoDef.createPropertyAssembler(ComponentDef componentDef)
           
 PropertyAssembler AutoBindingConstructorDef.createPropertyAssembler(ComponentDef componentDef)
           
 PropertyAssembler AutoBindingNoneDef.createPropertyAssembler(ComponentDef componentDef)
           
 PropertyAssembler AutoBindingPropertyDef.createPropertyAssembler(ComponentDef componentDef)
           
 PropertyAssembler AutoBindingSemiAutoDef.createPropertyAssembler(ComponentDef componentDef)
           
 

org.seasar.framework.container.deployer での PropertyAssembler の使用
 

PropertyAssembler を返す org.seasar.framework.container.deployer のメソッド
protected  PropertyAssembler AbstractComponentDeployer.getPropertyAssembler()
           
 



Copyright © 2004-2006 The Seasar Foundation. All Rights Reserved.