public class LaContainerComponentDef extends SimpleComponentDef
LaContainer用の ComponentDefです。| コンストラクタと説明 |
|---|
LaContainerComponentDef(LaContainer container,
String name)
LaContainerComponentDefを作成します。 |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
destroy() |
Object |
getComponent() |
LaContainer |
getContainer() |
void |
init() |
addArgDef, addAspectDef, addAspectDef, addDestroyMethodDef, addInitMethodDef, addInterTypeDef, addMetaDef, addPropertyDef, getArgDef, getArgDefSize, getAspectDef, getAspectDefSize, getAutoBindingDef, getComponentClass, getComponentName, getConcreteClass, getDestroyMethodDef, getDestroyMethodDefSize, getExpression, getInitMethodDef, getInitMethodDefSize, getInstanceDef, getInterTypeDef, getInterTypeDefSize, getMetaDef, getMetaDef, getMetaDefs, getMetaDefSize, getPropertyDef, getPropertyDef, getPropertyDefSize, hasPropertyDef, injectDependency, isExternalBinding, setAutoBindingDef, setComponentClass, setComponentName, setContainer, setExpression, setExternalBinding, setInstanceDefpublic LaContainerComponentDef(LaContainer container, String name)
LaContainerComponentDefを作成します。container - name - public LaContainer getContainer()
getContainer インタフェース内 ComponentDefgetContainer クラス内 SimpleComponentDefpublic Object getComponent()
getComponent インタフェース内 ComponentDefgetComponent クラス内 SimpleComponentDefComponentDef.getComponent()public void init()
init インタフェース内 ComponentDefinit クラス内 SimpleComponentDefComponentDef.init()public void destroy()
destroy インタフェース内 ComponentDefdestroy クラス内 SimpleComponentDefComponentDef.destroy()Copyright © 2015 The DBFlute Project. All rights reserved.