com.jdon.container.builder
Interface ContainerBuilder

All Known Implementing Classes:
DefaultContainerBuilder

public interface ContainerBuilder

the container builder


Field Summary
static java.lang.String APPLICATION_CONTEXT_ATTRIBUTE_NAME
           
 
Method Summary
 void addAppConfigureFile(java.lang.String configureFileName)
           
 ContainerWrapper getContainerWrapper()
           
 boolean isStartup()
           
 void registerAspectComponents()
           
 void registerComponents()
           
 void registerUserService()
           
 void setStartup(boolean startup)
           
 

Field Detail

APPLICATION_CONTEXT_ATTRIBUTE_NAME

static final java.lang.String APPLICATION_CONTEXT_ATTRIBUTE_NAME
See Also:
Constant Field Values
Method Detail

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()