com.jdon.container.annotation
类 AnnotationContainerBuilder

java.lang.Object
  继承者 com.jdon.container.builder.DefaultContainerBuilder
      继承者 com.jdon.container.annotation.AnnotationContainerBuilder
所有已实现的接口:
ContainerRegistryBuilder

public class AnnotationContainerBuilder
extends DefaultContainerBuilder


字段摘要
static String module
           
 
从类 com.jdon.container.builder.DefaultContainerBuilder 继承的字段
aspectConfigComponents, basicComponents, containerWrapper, startup, xmlcontainerRegistry
 
从接口 com.jdon.container.builder.ContainerRegistryBuilder 继承的字段
APPLICATION_CONTEXT_ATTRIBUTE_NAME
 
构造方法摘要
AnnotationContainerBuilder(AppContextWrapper context, ContainerWrapper containerWrapper, ContainerComponents basicComponents, ContainerComponents aspectConfigComponents, ContainerLoaderAnnotation containerLoaderAnnotation)
           
 
方法摘要
 void doAfterStarted()
           
 void registerAnnotationAspectComponents()
           
 void registerAspectComponents()
          register all apsect components in aspect.xml
 void registerUserService()
          register user services/components in jdonframework.xml AnnotationContainerBuilder will override this method, and register annotation services or components.
 
从类 com.jdon.container.builder.DefaultContainerBuilder 继承的方法
getContainerWrapper, isKernelStartup, registerAppRoot, registerComponents, setKernelStartup, startApp, stopApp
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

module

public static final String module
构造方法详细信息

AnnotationContainerBuilder

public AnnotationContainerBuilder(AppContextWrapper context,
                                  ContainerWrapper containerWrapper,
                                  ContainerComponents basicComponents,
                                  ContainerComponents aspectConfigComponents,
                                  ContainerLoaderAnnotation containerLoaderAnnotation)
方法详细信息

registerAspectComponents

public void registerAspectComponents()
                              throws Exception
从类 DefaultContainerBuilder 复制的描述
register all apsect components in aspect.xml

指定者:
接口 ContainerRegistryBuilder 中的 registerAspectComponents
覆盖:
DefaultContainerBuilder 中的 registerAspectComponents
抛出:
Exception

registerAnnotationAspectComponents

public void registerAnnotationAspectComponents()
                                        throws Exception
抛出:
Exception

registerUserService

public void registerUserService()
                         throws Exception
从类 DefaultContainerBuilder 复制的描述
register user services/components in jdonframework.xml AnnotationContainerBuilder will override this method, and register annotation services or components.

指定者:
接口 ContainerRegistryBuilder 中的 registerUserService
覆盖:
DefaultContainerBuilder 中的 registerUserService
抛出:
Exception

doAfterStarted

public void doAfterStarted()
                    throws Exception
指定者:
接口 ContainerRegistryBuilder 中的 doAfterStarted
覆盖:
DefaultContainerBuilder 中的 doAfterStarted
抛出:
Exception


Copyright © 2013. All Rights Reserved.