| Package | Description |
|---|---|
| com.aspectran.core.component.bean.scope | |
| com.aspectran.core.context.rule |
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.Map<BeanRule,InstantiatedBean> |
AbstractScope.scopedBeanMap |
| Modifier and Type | Method | Description |
|---|---|---|
InstantiatedBean |
AbstractScope.getInstantiatedBean(BeanRule beanRule) |
|
InstantiatedBean |
Scope.getInstantiatedBean(BeanRule beanRule) |
Returns an instance of the bean that matches the given bean rule.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractScope.putInstantiatedBean(BeanRule beanRule,
InstantiatedBean instantiatedBean) |
|
void |
Scope.putInstantiatedBean(BeanRule beanRule,
InstantiatedBean instantiatedBean) |
Saves an instantiated bean with the given bean rule into the scope.
|
| Modifier and Type | Method | Description |
|---|---|---|
InstantiatedBean |
BeanRule.getInstantiatedBean() |
Returns the instantiated object of this bean.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
BeanRule.setInstantiatedBean(InstantiatedBean instantiatedBean) |
Sets the instantiated object of this bean.
|
Copyright © 2008–2018 The Aspectran Project. All rights reserved.