public class LaContainerBehavior extends Object
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
LaContainerBehavior.DefaultProvider |
static interface |
LaContainerBehavior.Provider |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static ComponentDef |
acquireFromGetComponent(LaContainer container,
Object key) |
static ComponentDef |
acquireFromGetComponentDef(LaContainer container,
Object key) |
static ComponentDef |
acquireFromHasComponentDef(LaContainer container,
Object key) |
static ComponentDef |
acquireFromInjectDependency(LaContainer container,
Object key) |
static LaContainerBehavior.Provider |
getProvider() |
static void |
setProvider(LaContainerBehavior.Provider p) |
public static LaContainerBehavior.Provider getProvider()
public static void setProvider(LaContainerBehavior.Provider p)
public static ComponentDef acquireFromGetComponent(LaContainer container, Object key)
public static ComponentDef acquireFromGetComponentDef(LaContainer container, Object key)
public static ComponentDef acquireFromHasComponentDef(LaContainer container, Object key)
public static ComponentDef acquireFromInjectDependency(LaContainer container, Object key)
Copyright © 2015 The DBFlute Project. All rights reserved.