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

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

public class EJBPropertyDefBuilder
extends AbstractPropertyDefBuilder<EJB>


フィールドの概要
 
クラス org.seasar.framework.container.factory.property.AbstractPropertyDefBuilder から継承されたフィールド
handler
 
コンストラクタの概要
EJBPropertyDefBuilder()
           
 
メソッドの概要
protected  PropertyDef createPropertyDef(String propertyName, AccessTypeDef accessTypeDef, EJB ejb)
           
protected  Class<EJB> getAnnotationType()
           
protected  String getExpression(EJB ejb)
           
 
クラス 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
 

コンストラクタの詳細

EJBPropertyDefBuilder

public EJBPropertyDefBuilder()
メソッドの詳細

getAnnotationType

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

createPropertyDef

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

getExpression

protected String getExpression(EJB ejb)


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