org.seasar.framework.container.factory.property
クラス BindingPropertyDefBuilder

java.lang.Object
  上位を拡張 org.seasar.framework.container.factory.property.AbstractPropertyDefBuilder<Binding>
      上位を拡張 org.seasar.framework.container.factory.property.BindingPropertyDefBuilder
すべての実装されたインタフェース:
PropertyDefBuilder

public class BindingPropertyDefBuilder
extends AbstractPropertyDefBuilder<Binding>


フィールドの概要
 
クラス org.seasar.framework.container.factory.property.AbstractPropertyDefBuilder から継承されたフィールド
handler
 
コンストラクタの概要
BindingPropertyDefBuilder()
           
 
メソッドの概要
protected  PropertyDef createPropertyDef(String propertyName, AccessTypeDef accessTypeDef, Binding binding)
           
protected  Class<Binding> getAnnotationType()
           
 
クラス org.seasar.framework.container.factory.property.AbstractPropertyDefBuilder から継承されたメソッド
createComponentDef, createComponentDef, createPropertyDef, createPropertyDef, createPropertyDef, createPropertyDef, createPropertyDef, createPropertyDef
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BindingPropertyDefBuilder

public BindingPropertyDefBuilder()
メソッドの詳細

getAnnotationType

protected Class<Binding> getAnnotationType()
定義:
クラス AbstractPropertyDefBuilder<Binding> 内の getAnnotationType

createPropertyDef

protected PropertyDef createPropertyDef(String propertyName,
                                        AccessTypeDef accessTypeDef,
                                        Binding binding)
定義:
クラス AbstractPropertyDefBuilder<Binding> 内の createPropertyDef


Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.