public class HotdeployBehavior extends LaContainerBehavior.DefaultProvider
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
keep_BINDING |
| コンストラクタと説明 |
|---|
HotdeployBehavior() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected ComponentDef |
createComponentDef(Class<?> componentClass) |
protected ComponentDef |
createComponentDef(String componentName) |
void |
finish() |
protected ComponentDef |
getComponentDef(LaContainer container,
Object key) |
protected ComponentDef |
getComponentDefFromCache(Object key) |
ComponentCreator[] |
getCreators() |
NamingConvention |
getNamingConvention() |
boolean |
isAlreadyHotdeploy() |
protected void |
register(ComponentDef componentDef) |
protected void |
registerByClass(ComponentDef componentDef) |
protected void |
registerByName(ComponentDef componentDef) |
protected void |
registerMap(Object key,
ComponentDef componentDef) |
void |
setCreators(ComponentCreator[] creators) |
void |
setKeep(boolean keep) |
void |
setNamingConvention(NamingConvention namingConvention) |
void |
start() |
void |
stop() |
acquireFromGetComponent, acquireFromGetComponentDef, acquireFromHasComponentDef, acquireFromInjectDependency, throwComponentNotFoundExceptionpublic void setKeep(boolean keep)
public void start()
public void stop()
public void finish()
public boolean isAlreadyHotdeploy()
protected ComponentDef getComponentDef(LaContainer container, Object key)
getComponentDef クラス内 LaContainerBehavior.DefaultProviderprotected ComponentDef getComponentDefFromCache(Object key)
protected ComponentDef createComponentDef(Class<?> componentClass)
protected ComponentDef createComponentDef(String componentName)
protected void register(ComponentDef componentDef)
protected void registerByClass(ComponentDef componentDef)
protected void registerByName(ComponentDef componentDef)
protected void registerMap(Object key, ComponentDef componentDef)
public NamingConvention getNamingConvention()
public void setNamingConvention(NamingConvention namingConvention)
public ComponentCreator[] getCreators()
public void setCreators(ComponentCreator[] creators)
Copyright © 2015–2016 The DBFlute Project. All rights reserved.