org.seasar.framework.container.factory.intertype
クラス EJB3IntertypeDefBuilder

java.lang.Object
  上位を拡張 org.seasar.framework.container.factory.intertype.EJB3IntertypeDefBuilder
すべての実装されたインタフェース:
IntertypeDefBuilder

public class EJB3IntertypeDefBuilder
extends Object
implements IntertypeDefBuilder

作成者:
koichik

コンストラクタの概要
EJB3IntertypeDefBuilder()
           
 
メソッドの概要
 void appendIntertypeDef(AnnotationHandler annotationHandler, ComponentDef componentDef)
           
protected  ComponentDef createInterceptorComonentDef(AnnotationHandler annotationHandler, Class<?> interceptorClass)
           
protected  PropertyDef createPropertyDef(AnnotationHandler annotationHandler, Class<?> interceptorClass)
           
protected  Set<Class<?>> getInterceptorClasses(EJB3Desc ejb3desc)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EJB3IntertypeDefBuilder

public EJB3IntertypeDefBuilder()
メソッドの詳細

appendIntertypeDef

public void appendIntertypeDef(AnnotationHandler annotationHandler,
                               ComponentDef componentDef)
定義:
インタフェース IntertypeDefBuilder 内の appendIntertypeDef

getInterceptorClasses

protected Set<Class<?>> getInterceptorClasses(EJB3Desc ejb3desc)

createPropertyDef

protected PropertyDef createPropertyDef(AnnotationHandler annotationHandler,
                                        Class<?> interceptorClass)

createInterceptorComonentDef

protected ComponentDef createInterceptorComonentDef(AnnotationHandler annotationHandler,
                                                    Class<?> interceptorClass)


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