public class PrototypeComponentDeployer extends AbstractComponentDeployer
| コンストラクタと説明 |
|---|
PrototypeComponentDeployer(ComponentDef componentDef) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object |
deploy() |
void |
destroy() |
void |
init() |
void |
injectDependency(Object component) |
getComponentDef, getComponentName, getConstructorAssembler, getDestroyMethodAssembler, getInitMethodAssembler, getPropertyAssembler, setupAssemblerpublic PrototypeComponentDeployer(ComponentDef componentDef)
componentDef - public Object deploy()
ComponentDeployer.deploy()public void injectDependency(Object component)
public void init()
ComponentDeployer.init()public void destroy()
Copyright © 2015 The DBFlute Project. All rights reserved.