PHP Class bitExpert\Disco\Config\BeanConfiguration

Mostrar archivo Open project: bitexpert/disco

Public Methods

Method Description
nonSingletonLazyRequestBean ( ) : SampleService
nonSingletonLazySessionBean ( ) : MasterService
nonSingletonNonLazyRequestBean ( ) : SampleService
nonSingletonNonLazySessionBean ( ) : MasterService
singletonInitializedService ( ) : InitializedService
singletonLazyInitializedService ( ) : InitializedService
singletonLazyRequestBean ( ) : SampleService
singletonLazySessionBean ( ) : MasterService
singletonNonLazyRequestBean ( ) : SampleService
singletonNonLazySessionBean ( ) : MasterService

Method Details

nonSingletonLazyRequestBean() public method

public nonSingletonLazyRequestBean ( ) : SampleService
return bitExpert\Disco\Helper\SampleService

nonSingletonLazySessionBean() public method

public nonSingletonLazySessionBean ( ) : MasterService
return bitExpert\Disco\Helper\MasterService

nonSingletonNonLazyRequestBean() public method

public nonSingletonNonLazyRequestBean ( ) : SampleService
return bitExpert\Disco\Helper\SampleService

nonSingletonNonLazySessionBean() public method

public nonSingletonNonLazySessionBean ( ) : MasterService
return bitExpert\Disco\Helper\MasterService

singletonInitializedService() public method

public singletonInitializedService ( ) : InitializedService
return bitExpert\Disco\Helper\InitializedService

singletonLazyInitializedService() public method

public singletonLazyInitializedService ( ) : InitializedService
return bitExpert\Disco\Helper\InitializedService

singletonLazyRequestBean() public method

public singletonLazyRequestBean ( ) : SampleService
return bitExpert\Disco\Helper\SampleService

singletonLazySessionBean() public method

public singletonLazySessionBean ( ) : MasterService
return bitExpert\Disco\Helper\MasterService

singletonNonLazyRequestBean() public method

public singletonNonLazyRequestBean ( ) : SampleService
return bitExpert\Disco\Helper\SampleService

singletonNonLazySessionBean() public method

public singletonNonLazySessionBean ( ) : MasterService
return bitExpert\Disco\Helper\MasterService