com.jdon.container.annotation
类 AnnotationContainerBuilder
java.lang.Object
com.jdon.container.builder.DefaultContainerBuilder
com.jdon.container.annotation.AnnotationContainerBuilder
- 所有已实现的接口:
- ContainerRegistryBuilder
public class AnnotationContainerBuilder
- extends DefaultContainerBuilder
| 从类 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.