public class ScopeBeanExtensionInjector extends Object implements ExtensionInjector, ScopeModelAware
| Constructor and Description |
|---|
ScopeBeanExtensionInjector() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getInstance(Class<T> type,
String name)
Get instance of specify type and name.
|
void |
setScopeModel(ScopeModel scopeModel)
Override this method if you need get the scope model (maybe one of FrameworkModel/ApplicationModel/ModuleModel).
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetExtensionAccessorsetApplicationModel, setFrameworkModel, setModuleModelpublic void setScopeModel(ScopeModel scopeModel)
ScopeModelAwaresetScopeModel in interface ScopeModelAwarepublic <T> T getInstance(Class<T> type, String name)
ExtensionInjectorgetInstance in interface ExtensionInjectortype - object type.name - object name.Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.