public abstract class SingletonLaContainer extends Object
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static <T> T |
getComponent(Class<T> componentType) |
static <T> T |
getComponent(String componentName) |
public static <T> T getComponent(Class<T> componentType)
componentType - The component type to find. (NotNull)ComponentNotFoundException - When the component is not found by the type.TooManyRegistrationComponentException - When the component key is related to plural components.CyclicReferenceComponentException - When the components refers each other.public static <T> T getComponent(String componentName)
componentName - The component name to find. (NotNull)ComponentNotFoundException - When the component is not found by the type.TooManyRegistrationComponentException - When the component key is related to plural components.CyclicReferenceComponentException - When the components refers each other.Copyright © 2015–2018 The DBFlute Project. All rights reserved.