com.jdon.container.builder
Interface ContainerBuilder
- All Known Implementing Classes:
- DefaultContainerBuilder
public interface ContainerBuilder
the container builder
APPLICATION_CONTEXT_ATTRIBUTE_NAME
static final java.lang.String APPLICATION_CONTEXT_ATTRIBUTE_NAME
- See Also:
- Constant Field Values
addAppConfigureFile
void addAppConfigureFile(java.lang.String configureFileName)
throws java.lang.Exception
- Throws:
java.lang.Exception
registerComponents
void registerComponents()
throws java.lang.Exception
- Throws:
java.lang.Exception
registerAspectComponents
void registerAspectComponents()
throws java.lang.Exception
- Throws:
java.lang.Exception
registerUserService
void registerUserService()
throws java.lang.Exception
- Throws:
java.lang.Exception
getContainerWrapper
ContainerWrapper getContainerWrapper()
setStartup
void setStartup(boolean startup)
isStartup
boolean isStartup()