Packageorg.libspark.aocontainer
Interfacepublic interface Deployment
ImplementorsPrototypeDeployment, SemiPrototypeDeployment, SingletonDeployment

オブジェクトの配備方法を表します。



Public Methods
 MethodDefined by
  
指定されたオブジェクト定義のオブジェクトを配備するためのDeployerを返します。
Deployment
Method detail
getDeployer()method
public function getDeployer(definition:Definition):Deployer

指定されたオブジェクト定義のオブジェクトを配備するためのDeployerを返します。

Parameters
definition:Definition — オブジェクト定義

Returns
Deployerdefinitionで指定されたオブジェクト定義のオブジェクトを配備するためのDeployer